| 289 | } |
| 290 | |
| 291 | void CWelsThreadPool::DestroyThread (CWelsTaskThread* pThread) { |
| 292 | pThread->Kill(); |
| 293 | WELS_DELETE_OP (pThread); |
| 294 | |
| 295 | return; |
| 296 | } |
| 297 | |
| 298 | WELS_THREAD_ERROR_CODE CWelsThreadPool::AddThreadToIdleQueue (CWelsTaskThread* pThread) { |
| 299 | CWelsAutoLock cLock (m_cLockIdleTasks); |