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

Function ThreadCreate

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

Source from the content-addressed store, hash-verified

51}
52
53int ThreadCreate (SWelsDecThread* t, LPWELS_THREAD_ROUTINE tf, void* ta) {
54 WELS_THREAD_ATTR attr = 0;
55 return WelsThreadCreate (& (t->h), tf, ta, attr);
56}
57
58int ThreadWait (SWelsDecThread* t) {
59 return WelsThreadJoin (t->h);

Callers

nothing calls this directly

Calls 1

WelsThreadCreateFunction · 0.85

Tested by

no test coverage detected