Home
last modified time | relevance | path

Searched refs:m_loopThrd (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.cpp140 int32_t ret = pthread_create(&m_loopThrd, &attr, Looper, this); in Start()
142 int32_t ret = pthread_create(&m_loopThrd, nullptr, Looper, this); in Start()
168 pthread_join(m_loopThrd, nullptr); in Stop()
H A Dmessage_looper.h61 pthread_t m_loopThrd = 0; variable