Added cCondWait::Sleep() and using it to replace all usleep() calls

This commit is contained in:
Klaus Schmidinger
2004-10-24 11:12:05 +02:00
parent 70e6038056
commit 9f51fcad22
7 changed files with 25 additions and 10 deletions

View File

@@ -3069,3 +3069,5 @@ Video Disk Recorder Revision History
cThread::Start() (suggested by Ludwig Nussel). Also removed 'running' from
cThread and using only childTid to indicate whether a thread is actually
running.
- Added cCondWait::Sleep() and using it to replace all usleep() calls (based
on a suggestion by Werner Fink).