diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-24 11:12:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-24 11:12:05 +0200 |
commit | 9f51fcad223572c459e7fc0705dfba44da38aaad (patch) | |
tree | 35dd9798d445f3c9b9a67542a1ed70d754564393 /CONTRIBUTORS | |
parent | 70e60380562fb25a7acce9b47c75842d60722dd0 (diff) | |
download | vdr-9f51fcad223572c459e7fc0705dfba44da38aaad.tar.gz vdr-9f51fcad223572c459e7fc0705dfba44da38aaad.tar.bz2 |
Added cCondWait::Sleep() and using it to replace all usleep() calls
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a7e0d386..86f1e289 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -257,6 +257,7 @@ Werner Fink <werner@suse.de> for modifying handling of audio packets in cDvbPlayer for better sync with external AC3 replay for changing thread handling to make it work with NPTL ("Native Posix Thread Library") + for suggesting to replace usleep() calls with a pthread_cond_timedwait() based wait Rolf Hakenes <hakenes@hippomi.de> for providing 'libdtv' and adapting the EIT mechanisms to it |