Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ ~CWelsThread
Method
~CWelsThread
codec/common/src/WelsThread.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
CWelsThread::~CWelsThread() {
56
Kill();
57
WelsEventClose (&m_hEvent);
58
WelsMutexDestroy(&m_hMutex);
59
}
60
61
void CWelsThread::Thread() {
62
while (true) {
Callers
nothing calls this directly
Calls
2
WelsEventClose
Function · 0.85
WelsMutexDestroy
Function · 0.85
Tested by
no test coverage detected