#include <condition.h>
Public Types | |
| typedef void | base_type |
| typedef condition | this_type |
Public Member Functions | |
| void | broadcast (void) |
| condition (void) | |
| void | signal (void) |
| void | wait (mutex &m) |
| ~condition (void) | |
Private Attributes | |
| pthread_cond_t | c |
Definition at line 12 of file condition.h.
| typedef void mt::condition::base_type |
Definition at line 19 of file condition.h.
| typedef condition mt::condition::this_type |
Definition at line 18 of file condition.h.
| mt::condition::condition | ( | void | ) | [inline] |
Definition at line 21 of file condition.h.
| mt::condition::~condition | ( | void | ) | [inline] |
Definition at line 26 of file condition.h.
| void mt::condition::broadcast | ( | void | ) | [inline] |
Definition at line 36 of file condition.h.
| void mt::condition::signal | ( | void | ) | [inline] |
Definition at line 31 of file condition.h.
| void mt::condition::wait | ( | mutex & | m | ) | [inline] |
Definition at line 41 of file condition.h.
pthread_cond_t mt::condition::c [private] |
Definition at line 48 of file condition.h.