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

Method AddThreadToIdleQueue

codec/common/src/WelsThreadPool.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298WELS_THREAD_ERROR_CODE CWelsThreadPool::AddThreadToIdleQueue (CWelsTaskThread* pThread) {
299 CWelsAutoLock cLock (m_cLockIdleTasks);
300 m_cIdleThreads->push_back (pThread);
301 return WELS_THREAD_ERROR_OK;
302}
303
304WELS_THREAD_ERROR_CODE CWelsThreadPool::AddThreadToBusyList (CWelsTaskThread* pThread) {
305 CWelsAutoLock cLock (m_cLockBusyTasks);

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected