FACT++  1.0
void dim_wait_cond ( )

Definition at line 486 of file dim_thr.c.

Referenced by dim_wait().

487 {
488  pthread_mutex_lock(&Global_cond_mutex);
491  {
492  pthread_cond_wait(&Global_cond, &Global_cond_mutex);
493  }
497  pthread_mutex_unlock(&Global_cond_mutex);
498 }
int Global_cond_waiters
Definition: dim_thr.c:453
pthread_cond_t Global_cond
Definition: dim_thr.c:450
pthread_mutex_t Global_cond_mutex
Definition: dim_thr.c:449
int Global_cond_counter
Definition: dim_thr.c:452

+ Here is the caller graph for this function: