FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int DimThread::start
(
)
Definition at line
92
of file
dimcpp.cxx
.
References
dim_start_thread()
, and
thread_user_routine()
.
93
{
94
if
(!
itsId
)
95
{
96
itsId
= (long)
dim_start_thread
(
thread_user_routine
,
this
);
97
return
1;
98
}
99
return
0;
100
}
dim_start_thread
dim_long dim_start_thread(void *(*thread_ast)(void *), dim_long tag)
Definition:
dim_thr.c:231
DimThread::itsId
long itsId
Definition:
dim.hxx:38
thread_user_routine
static void thread_user_routine(void *tp)
Definition:
dimcpp.cxx:68
Here is the call graph for this function:
DimThread
Generated on Sun Sep 18 2016 20:50:49 for FACT++ by
1.8.11