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

Method GetBusyThreadNum

codec/common/src/WelsThreadPool.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339int32_t CWelsThreadPool::GetBusyThreadNum() {
340 return (m_cBusyThreads?m_cBusyThreads->size():0);
341}
342
343int32_t CWelsThreadPool::GetIdleThreadNum() {
344 return (m_cIdleThreads?m_cIdleThreads->size():0);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected