Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait

This commit is contained in:
Klaus Schmidinger
2005-01-14 14:08:47 +01:00
parent 0d596d0478
commit 0ad4b2a713
5 changed files with 10 additions and 7 deletions

View File

@@ -3298,3 +3298,4 @@ Video Disk Recorder Revision History
for "Setup/DVB/Audio language(s)" (thanks to Rolf Ahrenberg).
- Completed the Estonian OSD texts and switched to iso8859-13 character set
(thanks to Arthur Konovalov).
- Made cCondWait::SleepMs() sleep at least 3ms to avoid a possible busy wait.