Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
ACE_Thread Member List
This is the complete list of members for ACE_Thread, including all inherited members.
- ACE_Thread(void)
[private]
- cancel(ACE_thread_t t_id)
[static]
- disablecancel(struct cancel_state *old_state)
[static]
- enablecancel(struct cancel_state *old_state, int flag)
[static]
- exit(void *status = 0)
[static]
- getconcurrency(void)
[static]
- getprio(ACE_hthread_t, int &prio)
[static]
- getspecific(ACE_thread_key_t key, void **valuep)
[static]
- join(ACE_thread_t, ACE_thread_t *, void **status)
[static]
- join(ACE_hthread_t, void ** = 0)
[static]
- keycreate(ACE_thread_key_t *keyp, ACE_THR_DEST destructor, void * = 0)
[static]
- keyfree(ACE_thread_key_t key)
[static]
- kill(ACE_thread_t, int signum)
[static]
- resume(ACE_hthread_t)
[static]
- self(ACE_hthread_t &t_handle)
[static]
- self(void)
[static]
- setcancelstate(struct cancel_state &new_state, struct cancel_state *old_state)
[static]
- setconcurrency(int new_level)
[static]
- setprio(ACE_hthread_t, int prio)
[static]
- setspecific(ACE_thread_key_t key, void *value)
[static]
- sigsetmask(int how, const sigset_t *sigset, sigset_t *osigset = 0)
[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 = 0, ACE_Thread_Adapter *thread_adapter = 0)
[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)
[inline, 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)
[static]
- suspend(ACE_hthread_t)
[static]
- testcancel(void)
[static]
- yield(void)
[static]
Generated at Fri Oct 5 07:05:02 2001 for ACE by
1.2.3 written by Dimitri van Heesch,
© 1997-2000