ACE
6.1.0
|
Implement a default thread safe synchronization wrapper that typedefs the ACE_Condition
and ACE_Mutex
to the ACE_Condition
and ACE_Mutex
versions.
More...
#include <Synch_Traits.h>
Public Types | |
typedef ACE_Thread_Mutex | MUTEX |
typedef ACE_Null_Mutex | NULL_MUTEX |
typedef ACE_Process_Mutex | PROCESS_MUTEX |
typedef ACE_Recursive_Thread_Mutex | RECURSIVE_MUTEX |
typedef ACE_RW_Thread_Mutex | RW_MUTEX |
typedef ACE_Condition_Thread_Mutex | CONDITION |
typedef ACE_Condition_Recursive_Thread_Mutex | RECURSIVE_CONDITION |
typedef ACE_Thread_Semaphore | SEMAPHORE |
typedef ACE_Null_Semaphore | NULL_SEMAPHORE |
Implement a default thread safe synchronization wrapper that typedefs the ACE_Condition
and ACE_Mutex
to the ACE_Condition
and ACE_Mutex
versions.
typedef ACE_Thread_Mutex ACE_MT_SYNCH::MUTEX |