#include <threadpool.h>
Public Member Functions | |
InternalWork (WorkerThread *worker, Work_T *work, const char *group) | |
Public Attributes | |
WorkerThread * | m_worker |
Work_T * | m_work |
PThreadPool< Work_T >::InternalWork::InternalWork | ( | WorkerThread * | worker, | |
Work_T * | work, | |||
const char * | group | |||
) | [inline] |
Work_T* PThreadPool< Work_T >::InternalWork::m_work |
WorkerThread* PThreadPool< Work_T >::InternalWork::m_worker |