#include "ace/pre.h"
#include "ace/Synch.h"
#include "ace/post.h"
Include dependency graph for Synch_T.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Acquire_Method |
class | ACE_Atomic_Op |
class | ACE_Condition |
class | ACE_Guard |
class | ACE_Lock_Adapter |
class | ACE_Read_Guard |
class | ACE_Reverse_Lock |
class | ACE_Thread_Condition |
class | ACE_TSS |
class | ACE_TSS_Type_Adapter |
class | ACE_Write_Guard |
Defines | |
#define | ACE_TSS_Guard ACE_Guard |
#define | ACE_TSS_Write_GUARD ACE_Write_Guard |
#define | ACE_TSS_Read_GUARD ACE_Read_Guard |
#define | ACE_NULL_SYNCH ACE_Null_Mutex, ACE_Null_Condition |
#define | ACE_MT_SYNCH ACE_Thread_Mutex, ACE_Condition_Thread_Mutex |
#define | ACE_SYNCH_MUTEX ACE_Thread_Mutex |
#define | ACE_SYNCH_NULL_MUTEX ACE_Null_Mutex |
#define | ACE_SYNCH_RECURSIVE_MUTEX ACE_Recursive_Thread_Mutex |
#define | ACE_SYNCH_RW_MUTEX ACE_RW_Thread_Mutex |
#define | ACE_SYNCH_CONDITION ACE_Condition_Thread_Mutex |
#define | ACE_SYNCH_SEMAPHORE ACE_Thread_Semaphore |
#define | ACE_SYNCH_NULL_SEMAPHORE ACE_Null_Semaphore |
#define | ACE_SYNCH_PROCESS_SEMAPHORE ACE_Process_Semaphore |
#define | ACE_SYNCH_PROCESS_MUTEX ACE_Process_Mutex |
#define | ACE_SYNCH ACE_MT_SYNCH |
Synch_T.h,v 4.90 2001/07/04 19:27:53 irfan Exp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|