Public Types | |
| enum | Type { PROCESS_PRIVATE, PROCESS_SHARED } |
Public Member Functions | |
| Condition (Condition::Type type=PROCESS_PRIVATE) | |
| int | init () |
| int | signal () |
| int | wait () |
| int | reset () |
| bool | timedWait (unsigned long usec) |
| pthread_cond_t * | get_condition () |
| bool | isProfiled () const |
| void | setProfile (bool _profiled) |
| void | resetProfile () |
| Condition::Profile | getProfile () const |
| ~Condition () | |
Classes | |
| struct | Profile |
Definition at line 80 of file thread.h.
1.5.3