FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
Global_cond
pthread_cond_t Global_cond
Definition:
dim_thr_old.c:442
Global_cond_mutex
pthread_mutex_t Global_cond_mutex
Definition:
dim_thr_old.c:441
Here is the caller graph for this function:
dim
src
dim_thr_old.c
Generated on Sun Sep 18 2016 20:50:29 for FACT++ by
1.8.11