#include <omnithread.h>
Public Member Functions | |
| omni_condition (omni_mutex *m) | |
| ~omni_condition (void) | |
| void | wait (void) |
| int | timedwait (unsigned long secs, unsigned long nanosecs=0) |
| void | signal (void) |
| void | broadcast (void) |
Private Member Functions | |
| omni_condition (const omni_condition &) | |
| omni_condition & | operator= (const omni_condition &) |
Private Attributes | |
| omni_mutex * | mutex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3.8