{ \
return -1; \
} \
while (! this->thr_to_be_removed_.is_empty ()) { \
this->thr_to_be_removed_.dequeue_head (
td); \
this->remove_thr (
td, 1); \
} \
#define ACE_GUARD_RETURN(MUTEX, OBJ, LOCK, RETURN)
Definition Global_Macros.h:121
This class inherits the interface of the abstract ACE_Dumpable class and is instantiated with the imp...
Definition Dump_T.h:39
Provides a wrapper to improve performance when thread-specific errno must be saved and restored in a ...
Definition OS_Errno.h:45
Information for controlling threads that run under the control of the Thread_Manager.
Definition Thread_Manager.h:231
ACE_Thread_Mutex wrapper (only valid for threads in the same process).
Definition Thread_Mutex.h:47