Searched refs:m_cond (Results 1 – 4 of 4) sorted by relevance
215 pthread_cond_t m_cond; variable
758 pthread_cond_init(&m_cond, NULL); in start()1673 pthread_cond_signal(&m_cond); in cond_signal()1689 pthread_cond_wait(&m_cond, &m_lock); in cond_wait()
529 pthread_cond_t m_cond; variable
1118 pthread_cond_init(&m_cond, NULL); in QCamera2HardwareInterface()1166 pthread_cond_destroy(&m_cond); in ~QCamera2HardwareInterface()4876 pthread_cond_wait(&m_cond, &m_lock); in waitAPIResult()4946 pthread_cond_broadcast(&m_cond); in signalAPIResult()