#include <pthreadpool.h>
Public Member Functions | |
| ThreadPool (unsigned int numThreadsInit, unsigned int numThreadsMaxIdle, unsigned int numThreadsMax) | |
| ~ThreadPool () | |
| void | enqueue (ThreadJob *job) |
Protected Member Functions | |
| void | finished (WorkerThread *worker) |
Friends | |
| class | WorkerThread |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 58 of file pthreadpool.h. |
1.3.3