FACT++  1.0
void dim_wait_cond ( )

Definition at line 471 of file dim_thr_old.c.

Referenced by dim_wait().

472 {
473  pthread_mutex_lock(&Global_cond_mutex);
474  pthread_cond_wait(&Global_cond, &Global_cond_mutex);
475  pthread_mutex_unlock(&Global_cond_mutex);
476 }
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 caller graph for this function: