Public Member Functions | |
| int | SetValue (int Value) |
| int | Wait () |
Private Attributes | |
| pthread_mutex_t | barrierMutex |
| barrier to make sure StartThread doesnt return until cleanup handlers etc have been installed. More... | |
| int | barrierValue |
| pthread_cond_t | barrierCond |
|
private |
barrier to make sure StartThread doesnt return until cleanup handlers etc have been installed.