Home
last modified time | relevance | path

Searched refs:WelsThreadCreate (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/test/common/
DWelsThreadPoolTest.cpp84 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST()
89 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST()
98 rc = WelsThreadCreate (& (mThreadID[i]), OneCallingFunc, NULL, 0); in TEST()
/third_party/openh264/codec/common/src/
DWelsThread.cpp88 WELS_THREAD_ERROR_CODE rc = WelsThreadCreate (&m_hThread, in Start()
DWelsThreadLib.cpp185 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou… in WelsThreadCreate() function
227 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou… in WelsThreadCreate() function
/third_party/openh264/codec/common/inc/
DWelsThreadLib.h134 WELS_THREAD_ERROR_CODE WelsThreadCreate (WELS_THREAD_HANDLE* thread, LPWELS_THREAD_ROUTINE rou…
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp74 return WelsThreadCreate (& (t->h), tf, ta, attr); in ThreadCreate()