Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ IsReferenced
Method
IsReferenced
codec/common/src/WelsThreadPool.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
127
128
bool CWelsThreadPool::IsReferenced() {
129
CWelsAutoLock cLock (GetInitLock());
130
return (m_iRefCount > 0);
131
}
132
133
134
WELS_THREAD_ERROR_CODE CWelsThreadPool::OnTaskStart (CWelsTaskThread* pThread, IWelsTask* pTask) {
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64