ACE
6.0.3
|
#include <Condition_Recursive_Thread_Mutex.h>
Public Member Functions | |
ACE_Condition_Recursive_Thread_Mutex (ACE_Recursive_Thread_Mutex &m) | |
Initialize the condition variable with a recursive mutex. More... | |
![]() | |
ACE_Condition (ACE_Recursive_Thread_Mutex &m) | |
Initialize the condition variable with a recursive mutex. More... | |
~ACE_Condition (void) | |
Implicitly destroy the condition variable. More... | |
int | remove (void) |
int | wait (const ACE_Time_Value *abstime=0) |
int | wait (ACE_Recursive_Thread_Mutex &mutex, const ACE_Time_Value *abstime=0) |
int | signal (void) |
Signal one waiting thread. More... | |
int | broadcast (void) |
Signal all waiting threads. More... | |
ACE_Recursive_Thread_Mutex & | mutex (void) |
Returns a reference to the underlying mutex;. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
ACE_Condition_Recursive_Thread_Mutex::ACE_Condition_Recursive_Thread_Mutex | ( | ACE_Recursive_Thread_Mutex & | m) |
Initialize the condition variable with a recursive mutex.