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

Function SemDestroy

codec/decoder/core/src/wels_decoder_thread.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void SemDestroy (SWelsDecSemphore* s) {
122 CloseHandle (s->h);
123 s->h = NULL;
124}
125
126#else /* _WIN32 */
127

Callers

nothing calls this directly

Calls 1

WelsEventCloseFunction · 0.85

Tested by

no test coverage detected