summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-24 10:34:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-24 10:34:20 +0200
commit70e60380562fb25a7acce9b47c75842d60722dd0 (patch)
tree7cd5a91474795be92ace936e24678fb5f1e890f0 /HISTORY
parent73fde7480a71c1f92d26c333bad06d12dd5019be (diff)
downloadvdr-70e60380562fb25a7acce9b47c75842d60722dd0.tar.gz
vdr-70e60380562fb25a7acce9b47c75842d60722dd0.tar.bz2
Added some checks when cancelling a thread and removed the usleep() in cThread::Start(); removed 'running' from cThread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c4668ff4..d19847e2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.