Motr  M0
cond.h File Reference
#include "chan.h"
Include dependency graph for cond.h:

Go to the source code of this file.

Data Structures

struct  m0_cond
 

Macros

#define __MOTR_LIB_COND_H__
 

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)
 

Macro Definition Documentation

◆ __MOTR_LIB_COND_H__

#define __MOTR_LIB_COND_H__

Definition at line 26 of file cond.h.