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

Method AddThreadToBusyList

codec/common/src/WelsThreadPool.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304WELS_THREAD_ERROR_CODE CWelsThreadPool::AddThreadToBusyList (CWelsTaskThread* pThread) {
305 CWelsAutoLock cLock (m_cLockBusyTasks);
306 m_cBusyThreads->push_back (pThread);
307 return WELS_THREAD_ERROR_OK;
308}
309
310WELS_THREAD_ERROR_CODE CWelsThreadPool::RemoveThreadFromBusyList (CWelsTaskThread* pThread) {
311 CWelsAutoLock cLock (m_cLockBusyTasks);

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected