ACE
6.1.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. | |
![]() | |
ACE_Condition (ACE_Recursive_Thread_Mutex &m) | |
Initialize the condition variable with a recursive mutex. | |
~ACE_Condition (void) | |
Implicitly destroy the condition variable. | |
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. | |
int | broadcast (void) |
Signal all waiting threads. | |
ACE_Recursive_Thread_Mutex & | mutex (void) |
Returns a reference to the underlying mutex;. | |
void | dump (void) const |
Dump the state of an object. |
ACE_Condition_Recursive_Thread_Mutex::ACE_Condition_Recursive_Thread_Mutex | ( | ACE_Recursive_Thread_Mutex & | m | ) |
Initialize the condition variable with a recursive mutex.