ACE_Thread Member List

This is the complete list of members for ACE_Thread, including all inherited members.
ACE_Thread(void)ACE_Thread [private]
cancel(ACE_thread_t t_id)ACE_Thread [static]
disablecancel(struct cancel_state *old_state)ACE_Thread [static]
enablecancel(struct cancel_state *old_state, int flag)ACE_Thread [static]
exit(ACE_THR_FUNC_RETURN status=0)ACE_Thread [static]
getconcurrency(void)ACE_Thread [static]
getprio(ACE_hthread_t ht_id, int &priority)ACE_Thread [static]
getprio(ACE_hthread_t ht_id, int &priority, int &policy)ACE_Thread [static]
getspecific(ACE_thread_key_t key, void **valuep)ACE_Thread [static]
join(ACE_thread_t thread_id, ACE_thread_t *departed, ACE_THR_FUNC_RETURN *status)ACE_Thread [static]
join(ACE_hthread_t, ACE_THR_FUNC_RETURN *=0)ACE_Thread [static]
keycreate(ACE_thread_key_t *keyp, ACE_THR_DEST destructor, void *=0)ACE_Thread [static]
keyfree(ACE_thread_key_t key)ACE_Thread [static]
kill(ACE_thread_t, int signum)ACE_Thread [static]
resume(ACE_hthread_t)ACE_Thread [static]
self(ACE_hthread_t &t_handle)ACE_Thread [static]
self(void)ACE_Thread [static]
setcancelstate(struct cancel_state &new_state, struct cancel_state *old_state)ACE_Thread [static]
setconcurrency(int new_level)ACE_Thread [static]
setprio(ACE_hthread_t ht_id, int priority, int policy=-1)ACE_Thread [static]
setspecific(ACE_thread_key_t key, void *value)ACE_Thread [static]
sigsetmask(int how, const sigset_t *sigset, sigset_t *osigset=0)ACE_Thread [static]
spawn(ACE_THR_FUNC func, void *arg=0, long flags=THR_NEW_LWP|THR_JOINABLE, ACE_thread_t *t_id=0, ACE_hthread_t *t_handle=0, long priority=ACE_DEFAULT_THREAD_PRIORITY, void *stack=0, size_t stack_size=ACE_DEFAULT_THREAD_STACKSIZE, ACE_Thread_Adapter *thread_adapter=0, const char **thr_name=0)ACE_Thread [static]
spawn_n(size_t n, ACE_THR_FUNC func, void *arg=0, long flags=THR_NEW_LWP|THR_JOINABLE, long priority=ACE_DEFAULT_THREAD_PRIORITY, void *stack[]=0, size_t stack_size[]=0, ACE_Thread_Adapter *thread_adapter=0, const char *thr_name[]=0)ACE_Thread [static]
spawn_n(ACE_thread_t thread_ids[], size_t n, ACE_THR_FUNC func, void *arg, long flags, long priority=ACE_DEFAULT_THREAD_PRIORITY, void *stack[]=0, size_t stack_size[]=0, ACE_hthread_t thread_handles[]=0, ACE_Thread_Adapter *thread_adapter=0, const char *thr_name[]=0)ACE_Thread [static]
suspend(ACE_hthread_t)ACE_Thread [static]
testcancel(void)ACE_Thread [static]
yield(void)ACE_Thread [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines