Public Member Functions | |
TAO_Ubergestalt_Ready_Condition (void) | |
Static Public Member Functions | |
TAO_Ubergestalt_Ready_Condition * | instance (void) |
Private Attributes | |
ACE_Recursive_Thread_Mutex | mutex_ |
Definition at line 173 of file TAO_Internal.cpp.
|
Definition at line 183 of file TAO_Internal.cpp. References ACE_SYNCH_RECURSIVE_CONDITION.
00184 : ACE_SYNCH_RECURSIVE_CONDITION 00185 (this->mutex_) 00186 { 00187 // empty 00188 }; |
|
Definition at line 177 of file TAO_Internal.cpp. References TAO_SYNCH_RECURSIVE_MUTEX.
00178 { 00179 return TAO_Singleton <TAO_Ubergestalt_Ready_Condition, 00180 TAO_SYNCH_RECURSIVE_MUTEX>::instance (); 00181 }; |
|
The mutex, associated with the condition. Do not use the ACE global mutex, because it causes deadlocks with other thrads that may be in DLL_Manager::open() Definition at line 194 of file TAO_Internal.cpp. |