Various C++ Examples (including IPC)
Version: 1.0.0
|
This is the complete list of members for ThreadMgr, including all inherited members.
addID(pthread_t id, func_arguments *arg) | ThreadMgr | inlineprotected |
addTerminated(ThreadMgr *arg) | ThreadMgr | inlineprotectedstatic |
cancel_thread(pthread_t *tid) | ThreadMgr | inline |
condWait(void **thread_return_val) | ThreadMgr | inline |
createThread(void *(*thread_func)(void *), void *arg) | ThreadMgr | inline |
func(void *arg) | ThreadMgr | inlineprotectedstatic |
m_cond_mutex | ThreadMgr | private |
m_cond_var | ThreadMgr | private |
m_ids | ThreadMgr | private |
m_mutex | ThreadMgr | private |
m_terminated | ThreadMgr | private |
no_threads_terminated() | ThreadMgr | inline |
removeTerminated(void **return_val) | ThreadMgr | inlineprotected |
shutdown_thread(void *arg) | ThreadMgr | inlineprotectedstatic |
ThreadMgr() | ThreadMgr | inline |
threadsActive() | ThreadMgr | inline |