MCPcopy Create free account
hub / github.com/cisco/openh264 / WelsEventWait

Function WelsEventWait

codec/common/src/WelsThreadLib.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143WELS_THREAD_ERROR_CODE WelsEventWait (WELS_EVENT* event, WELS_MUTEX* pMutex, int& iCondition) {
144 return WaitForSingleObject (*event, INFINITE);
145}
146
147WELS_THREAD_ERROR_CODE WelsEventWaitWithTimeOut (WELS_EVENT* event, uint32_t dwMilliseconds, WELS_MUTEX* pMutex) {
148 return WaitForSingleObject (*event, dwMilliseconds);

Callers 2

ExecuteTaskListMethod · 0.85
ThreadMethod · 0.85

Calls 2

WelsMutexLockFunction · 0.85
WelsMutexUnlockFunction · 0.85

Tested by

no test coverage detected