Mixe for Privacy and Anonymity in the Internet
|
#include <CAThreadPool.hpp>
Public Attributes | |
THREAD_MAIN_TYP | routine |
void * | arg |
struct tpool_work * | next |
Definition at line 17 of file CAThreadPool.hpp.
void* tpool_work::arg |
Definition at line 20 of file CAThreadPool.hpp.
Referenced by CAThreadPool::addRequest().
struct tpool_work* tpool_work::next |
Definition at line 21 of file CAThreadPool.hpp.
Referenced by CAThreadPool::addRequest(), and CAThreadPool::destroy().
THREAD_MAIN_TYP tpool_work::routine |
Definition at line 19 of file CAThreadPool.hpp.
Referenced by CAThreadPool::addRequest().