FACT++  1.0
static void thread_user_routine ( void *  tp)
static

Definition at line 68 of file dimcpp.cxx.

References DimThread::itsId, t, and DimThread::threadHandler().

Referenced by DimThread::start().

69 {
70  DimThread *t = (DimThread *)tp;
71 // DimCore::inCallback = 1;
72 // t->firedFlag = 1;
73 // t->runningFlag = 0;
74  t->threadHandler();
75  t->itsId = 0;
76 // DimCore::inCallback = 0;
77 }
long itsId
Definition: dim.hxx:38
TT t
Definition: test_client.c:26
virtual void threadHandler()
Definition: dim.hxx:47

+ Here is the call graph for this function:

+ Here is the caller graph for this function: