FACT++  1.0
void dim_no_threads ( )

Definition at line 80 of file dtq.c.

References dic_no_threads(), DIM_Threads_OFF, and dis_no_threads().

Referenced by dim_init(), dim_signal_cond(), and main().

81 {
82  extern void dic_no_threads();
83  extern void dis_no_threads();
84 
85  DIM_Threads_OFF = 1;
86  Threads_off = 1;
89 }
static int Threads_off
Definition: dtq.c:71
int DIM_Threads_OFF
Definition: dtq.c:14
void dic_no_threads()
Definition: dic.c:107
void dis_no_threads()
Definition: dis.c:191

+ Here is the call graph for this function:

+ Here is the caller graph for this function: