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

Definition at line 16 of file MThread.h.

References CleanUp(), and Thread().

Referenced by MapThread().

17  {
18  MThread *th = (MThread*)arg;
19  th->CleanUp();
20  }
Definition: MThread.h:8
virtual void CleanUp()
Definition: MThread.h:15

+ Here is the call graph for this function:

+ Here is the caller graph for this function: