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

Function WelsThreadJoin

codec/common/src/WelsThreadLib.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207WELS_THREAD_ERROR_CODE WelsThreadJoin (WELS_THREAD_HANDLE thread) {
208 WaitForSingleObject (thread, INFINITE);
209 CloseHandle (thread);
210
211 return WELS_THREAD_ERROR_OK;
212}
213
214
215WELS_THREAD_HANDLE WelsThreadSelf() {

Callers 4

TESTFunction · 0.85
WelsUninitEncoderExtFunction · 0.85
ThreadWaitFunction · 0.85
KillMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68