#include <condition.h>
Public Member Functions | |
| Condition (int init_value=0, char *title=0) | |
| ~Condition () | |
| void | reset () |
| void | lock (char *location=0) |
| void | unlock () |
| int | timed_lock (int microseconds, char *location=0) |
| int | get_value () |
Public Attributes | |
| pthread_cond_t | cond |
| pthread_mutex_t | mutex |
| int | value |
| int | init_value |
| char * | title |
Definition at line 6 of file condition.h.
|
||||||||||||
|
Definition at line 8 of file condition.C. |
|
|
Definition at line 16 of file condition.C. |
|
|
Definition at line 86 of file condition.C. |
|
|
Definition at line 32 of file condition.C. |
|
|
Definition at line 23 of file condition.C. |
|
||||||||||||
|
Definition at line 51 of file condition.C. |
|
|
Definition at line 42 of file condition.C. |
|
|
Definition at line 23 of file condition.h. |
|
|
Definition at line 26 of file condition.h. |
|
|
Definition at line 24 of file condition.h. |
|
|
Definition at line 27 of file condition.h. |
|
|
Definition at line 25 of file condition.h. |
1.4.4