MCPcopy 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
128bool CWelsThreadPool::IsReferenced() {
129 CWelsAutoLock cLock (GetInitLock());
130 return (m_iRefCount > 0);
131}
132
133
134WELS_THREAD_ERROR_CODE CWelsThreadPool::OnTaskStart (CWelsTaskThread* pThread, IWelsTask* pTask) {

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64