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

Method CWelsThreadPool

codec/common/src/WelsThreadPool.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57CWelsThreadPool* CWelsThreadPool::m_pThreadPoolSelf = NULL;
58
59CWelsThreadPool::CWelsThreadPool() :
60 m_cWaitedTasks (NULL), m_cIdleThreads (NULL), m_cBusyThreads (NULL) {
61}
62
63
64CWelsThreadPool::~CWelsThreadPool() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected