Home
last modified time | relevance | path

Searched refs:m_queueCondition (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp56 (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()
H A Dmessage_looper.h59 pthread_cond_t m_queueCondition = PTHREAD_COND_INITIALIZER; variable