Searched refs:sIsIdle (Results 1 – 2 of 2) sorted by relevance
121 RELEASE_SEMAPHORE (&pThrCtx->sThreadInfo.sIsIdle); in DECLARE_PROCTHREAD()319 CREATE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, 0, 1, NULL); in OpenDecoderThreads()328 WAIT_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in CloseDecoderThreads()335 CLOSE_SEMAPHORE (&m_pDecThrCtx[i].sThreadInfo.sIsIdle); in CloseDecoderThreads()680 …WAIT_SEMAPHORE (&m_pDecThrCtxActive[activeThread]->sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFIN… in GetOption()681 RELEASE_SEMAPHORE (&m_pDecThrCtxActive[activeThread]->sThreadInfo.sIsIdle); in GetOption()1409 WAIT_SEMAPHORE (&m_pDecThrCtx[signal].sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in ThreadDecodeFrameInternal()1441 WAIT_SEMAPHORE (&m_pDecThrCtxActive[0]->sThreadInfo.sIsIdle, WELS_DEC_THREAD_WAIT_INFINITE); in ThreadDecodeFrameInternal()1442 RELEASE_SEMAPHORE (&m_pDecThrCtxActive[0]->sThreadInfo.sIsIdle); in ThreadDecodeFrameInternal()
522 SWelsDecSemphore sIsIdle; member