FACT++  1.0
void dim_signal_cond ( )

Definition at line 478 of file dim_thr_old.c.

References ALRM_thread, Curr_N_Conns, dim_dtq_stop(), dim_get_priority(), dim_get_scheduler_class(), dim_init(), dim_init_threads(), dim_lock(), dim_no_threads(), dim_set_priority(), dim_set_scheduler_class(), dim_start_thread(), dim_stop(), dim_stop_thread(), dim_stop_threads(), dim_tcpip_stop(), dim_unlock(), dim_wait(), DllExp, dtq_task(), FALSE, i, id, IO_thread, MAIN_thread, Net_conns, t, tcpip_task(), and TRUE.

Referenced by dim_dtq_thread(), and dim_tcpip_thread().

479 {
480  pthread_mutex_lock(&Global_cond_mutex);
481  pthread_cond_broadcast(&Global_cond);
482  pthread_mutex_unlock(&Global_cond_mutex);
483 }
pthread_cond_t Global_cond
Definition: dim_thr_old.c:442
pthread_mutex_t Global_cond_mutex
Definition: dim_thr_old.c:441

+ Here is the call graph for this function:

+ Here is the caller graph for this function: