FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void* MThread::MapThread
(
void *
arg
)
inline
static
private
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
}
MThread
Definition:
MThread.h:8
MThread::Thread
virtual Int_t Thread()=0
MThread::MapCleanUp
static void MapCleanUp(void *arg)
Definition:
MThread.h:16
Here is the call graph for this function:
MThread
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11