Functions | |
struct osip_cond * | osip_cond_init (void) |
int | osip_cond_destroy (struct osip_cond *cond) |
int | osip_cond_signal (struct osip_cond *cond) |
int | osip_cond_wait (struct osip_cond *cond, struct osip_mutex *mut) |
int | osip_cond_timedwait (struct osip_cond *cond, struct osip_mutex *mut, const struct timespec *abstime) |
|
Destroy a condition variable
|
|
Allocate and Initialise a condition variable |
|
Signal the condition variable.
|
|
Timed wait on the condition variable.
|
|
Wait on the condition variable.
|