Searched refs:m_loopThrd (Results 1 – 2 of 2) sorted by relevance
140 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()
61 pthread_t m_loopThrd = 0; variable