#include <mxmThreadConditionVariable.h>
Inheritance diagram for mxmThreadConditionVariable:
Public Member Functions | |
mxmThreadConditionVariable (mxmThreadLock *lock) | |
The condition variable does not assume ownership over the lock. | |
void | wait () |
(Re)implemented. | |
void | signal () |
(Re)implemented. | |
void | signalAll () |
(Re)implemented. | |
Private Attributes | |
mxmThreadLock * | Lock |
pthread_cond_t | ConditionVariable |
[khe]
Kai Hergenroether
[agu]
Alexander Gugau