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 --- thread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'thread.h') diff --git a/thread.h b/thread.h index d57f0b6b..da49bcdd 100644 --- a/thread.h +++ b/thread.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: thread.h 1.22 2004/10/24 09:46:36 kls Exp $ + * $Id: thread.h 1.23 2004/10/24 10:28:48 kls Exp $ */ #ifndef __THREAD_H @@ -71,7 +71,6 @@ class cThread { private: pthread_t parentTid, childTid; cMutex mutex; - bool running; char *description; static bool emergencyExitRequested; static void *StartThread(cThread *Thread); -- cgit v1.2.3