Lines Matching refs:m_lock
411 pthread_mutex_init(&m_lock, NULL); in QCameraStream()
457 pthread_mutex_destroy(&m_lock); in ~QCameraStream()
1422 pthread_mutex_lock(&m_lock); in getBufs()
1424 pthread_mutex_unlock(&m_lock); in getBufs()
1636 pthread_mutex_lock(&m_lock); in allocateBuffers()
1638 pthread_mutex_unlock(&m_lock); in allocateBuffers()
2088 pthread_mutex_lock(&m_lock); in cond_signal()
2096 pthread_mutex_unlock(&m_lock); in cond_signal()
2108 pthread_mutex_lock(&m_lock); in cond_wait()
2110 pthread_cond_wait(&m_cond, &m_lock); in cond_wait()
2112 pthread_mutex_unlock(&m_lock); in cond_wait()