Searched refs:m_queueCondition (Results 1 – 2 of 2) sorted by relevance
56 (void)pthread_cond_destroy(&m_queueCondition); in Deinit()78 FsmCondInitRelative(m_queueCondition); in Init()94 (void)pthread_cond_destroy(&m_queueCondition); in Init()166 (void)pthread_cond_broadcast(&m_queueCondition); in Stop()196 FsmCondTimewait(m_queueCondition, m_queueLock, MSGLOOPER_EMPTY_WAIT_TIME_US); in QueueHandlr()205 ret = FsmCondTimewait(m_queueCondition, m_queueLock, delayUs); in QueueHandlr()283 FSM_COND_SIGNAL(m_queueCondition); in InsertQueue()293 FSM_COND_SIGNAL(m_queueCondition); in InsertQueue()
59 pthread_cond_t m_queueCondition = PTHREAD_COND_INITIALIZER; variable