FACT++  1.0
int DimThread::start ( )

Definition at line 92 of file dimcpp.cxx.

References dim_start_thread(), and thread_user_routine().

93 {
94  if(!itsId)
95  {
97  return 1;
98  }
99  return 0;
100 }
dim_long dim_start_thread(void *(*thread_ast)(void *), dim_long tag)
Definition: dim_thr.c:231
long itsId
Definition: dim.hxx:38
static void thread_user_routine(void *tp)
Definition: dimcpp.cxx:68

+ Here is the call graph for this function: