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

Function WelsEventClose

codec/common/src/WelsThreadLib.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157WELS_THREAD_ERROR_CODE WelsEventClose (WELS_EVENT* event, const char* event_name) {
158 CloseHandle (*event);
159
160 *event = NULL;
161 return WELS_THREAD_ERROR_OK;
162}
163
164#ifndef WP80
165void WelsSleep (uint32_t dwMilliSecond) {

Callers 5

ReleaseMtResourceFunction · 0.85
UninitMethod · 0.85
SemDestroyFunction · 0.85
~CWelsThreadMethod · 0.85
WelsSleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected