#include <sync_w32.h>

Public Member Functions | |
| void | wait (dbMutex &mutex) |
| bool | wait (dbMutex &mutex, time_t timeout) |
| void | signal () |
| void | reset () |
| void | open (bool initValue=false) |
| void | close () |
| bool | wait (dbMutex &mutex, time_t timeoutMsec) |
| void | wait (dbMutex &mutex) |
| bool | open (bool signaled=false) |
Private Attributes | |
| pthread_cond_t | cond |
| int | signaled |
| void wait | ( | dbMutex & | mutex | ) | [inline] |
| bool wait | ( | dbMutex & | mutex, | |
| time_t | timeout | |||
| ) | [inline] |
| void signal | ( | ) | [inline] |
Reimplemented from dbEvent.
| void reset | ( | ) | [inline] |
Reimplemented from dbEvent.
| void open | ( | bool | initValue = false |
) | [inline] |
| void close | ( | ) | [inline] |
Reimplemented from dbEvent.
| bool wait | ( | dbMutex & | mutex, | |
| time_t | timeoutMsec | |||
| ) | [inline] |
| void wait | ( | dbMutex & | mutex | ) | [inline] |
| bool open | ( | bool | signaled = false |
) | [inline] |
pthread_cond_t cond [private] |
int signaled [private] |