MCPcopy Create free account
hub / github.com/cisco/openh264 / DestroyThread

Method DestroyThread

codec/common/src/WelsThreadPool.cpp:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

KillMethod · 0.80

Tested by

no test coverage detected