ACE
6.1.0
|
Implement a do nothing Synchronization wrapper that typedefs the ACE_Condition
and ACE_Mutex
to the Null*
versions.
More...
#include <Synch_Traits.h>
Public Types | |
typedef ACE_Null_Mutex | MUTEX |
typedef ACE_Null_Mutex | NULL_MUTEX |
typedef ACE_Null_Mutex | PROCESS_MUTEX |
typedef ACE_Null_Mutex | RECURSIVE_MUTEX |
typedef ACE_Null_Mutex | RW_MUTEX |
typedef ACE_Null_Condition | CONDITION |
typedef ACE_Null_Condition | RECURSIVE_CONDITION |
typedef ACE_Null_Semaphore | SEMAPHORE |
typedef ACE_Null_Mutex | NULL_SEMAPHORE |
Implement a do nothing Synchronization wrapper that typedefs the ACE_Condition
and ACE_Mutex
to the Null*
versions.
typedef ACE_Null_Mutex ACE_NULL_SYNCH::MUTEX |