Searched refs:CREATE_SEMAPHORE (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | wels_decoder_thread.h | 139 #define CREATE_SEMAPHORE(ph, initial_count,max_count, name) \ macro
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 298 CREATE_SEMAPHORE (&m_sIsBusy, m_iThreadCount, m_iThreadCount, NULL); in OpenDecoderThreads() 319 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, 0, 1, NULL); in OpenDecoderThreads() 320 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsActivated, 0, 1, NULL); in OpenDecoderThreads()
|