| 57 | CWelsThreadPool* CWelsThreadPool::m_pThreadPoolSelf = NULL; |
| 58 | |
| 59 | CWelsThreadPool::CWelsThreadPool() : |
| 60 | m_cWaitedTasks (NULL), m_cIdleThreads (NULL), m_cBusyThreads (NULL) { |
| 61 | } |
| 62 | |
| 63 | |
| 64 | CWelsThreadPool::~CWelsThreadPool() { |
nothing calls this directly
no outgoing calls
no test coverage detected