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

Function EventDestroy

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

Source from the content-addressed store, hash-verified

91}
92
93void EventDestroy (SWelsDecEvent* e) {
94 CloseHandle (e->h);
95 e->h = NULL;
96}
97
98int SemCreate (SWelsDecSemphore* s, long value, long max) {
99 s->h = CreateSemaphore (NULL, value, max, NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected