Added some checks when cancelling a thread and removed the usleep() in cThread::Start(); removed 'running' from cThread

This commit is contained in:
Klaus Schmidinger
2004-10-24 10:34:20 +02:00
parent 73fde7480a
commit 70e6038056
4 changed files with 22 additions and 16 deletions

View File

@@ -3065,3 +3065,7 @@ Video Disk Recorder Revision History
small packet.
- Removed the signal handler and WakeUp() call from cThread (it is no longer
needed).
- Added some checks when cancelling a thread and removed the usleep() in
cThread::Start() (suggested by Ludwig Nussel). Also removed 'running' from
cThread and using only childTid to indicate whether a thread is actually
running.