FACT++  1.0
static void* MThread::MapThread ( void *  arg)
inlinestaticprivate

Definition at line 23 of file MThread.h.

References MapCleanUp(), and Thread().

24  {
25  // GetPriority(); High: -1 - -20, Norm: 0, Low: 1-20
26  // pthread_setschedprio(SelfId(), priority);
27  // 0: ok,
28 
29  TThread::CleanUpPush((void*)&MapCleanUp, arg);
30 
31  MThread *th = (MThread*)arg;
32  return reinterpret_cast<void*>(th->Thread());
33  }
Definition: MThread.h:8
virtual Int_t Thread()=0
static void MapCleanUp(void *arg)
Definition: MThread.h:16

+ Here is the call graph for this function: