Motr  M0
cond.c File Reference
#include "lib/cond.h"
#include "lib/mutex.h"
#include "lib/assert.h"
Include dependency graph for cond.c:

Go to the source code of this file.

Functions

M0_INTERNAL void m0_cond_init (struct m0_cond *cond, struct m0_mutex *mutex)
 
M0_INTERNAL void m0_cond_fini (struct m0_cond *cond)
 
M0_INTERNAL void m0_cond_wait (struct m0_cond *cond)
 
M0_INTERNAL bool m0_cond_timedwait (struct m0_cond *cond, const m0_time_t abs_timeout)
 
M0_INTERNAL void m0_cond_signal (struct m0_cond *cond)
 
M0_INTERNAL void m0_cond_broadcast (struct m0_cond *cond)