From 70e60380562fb25a7acce9b47c75842d60722dd0 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 24 Oct 2004 10:34:20 +0200 Subject: Added some checks when cancelling a thread and removed the usleep() in cThread::Start(); removed 'running' from cThread --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') 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. -- cgit v1.2.3