Mixes for Privacy and Anonymity in the Internet
CAThreadPool Member List

This is the complete list of members for CAThreadPool, including all inherited members.

addRequest(THREAD_MAIN_TYP, void *args)CAThreadPool
CAThreadPool(UINT32 num_worker_threads, UINT32 max_queue_size, bool b_do_not_block_when_full)CAThreadPool
countRequests()CAThreadPool
destroy(bool bWaitForFinish)CAThreadPool
m_bDoNotBlockWhenFullCAThreadPoolprivate
m_bQueueClosedCAThreadPoolprivate
m_bShutdownCAThreadPoolprivate
m_CurQueueSizeCAThreadPoolprivate
m_MaxQueueSizeCAThreadPoolprivate
m_NumThreadsCAThreadPoolprivate
m_parThreadsCAThreadPoolprivate
m_pcondEmptyCAThreadPoolprivate
m_pcondNotEmptyCAThreadPoolprivate
m_pcondNotFullCAThreadPoolprivate
m_pmutexQueueCAThreadPoolprivate
m_pQueueHeadCAThreadPoolprivate
m_pQueueTailCAThreadPoolprivate
worker_thread_main_loop(void *args)CAThreadPoolfriend
~CAThreadPool()CAThreadPool