Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
int32_t CWelsThreadPool::GetBusyThreadNum() {
340
return (m_cBusyThreads?m_cBusyThreads->size():0);
341
}
342
343
int32_t CWelsThreadPool::GetIdleThreadNum() {
344
return (m_cIdleThreads?m_cIdleThreads->size():0);
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected