MCPcopy 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
55CWelsThread::~CWelsThread() {
56 Kill();
57 WelsEventClose (&m_hEvent);
58 WelsMutexDestroy(&m_hMutex);
59}
60
61void CWelsThread::Thread() {
62 while (true) {

Callers

nothing calls this directly

Calls 2

WelsEventCloseFunction · 0.85
WelsMutexDestroyFunction · 0.85

Tested by

no test coverage detected