/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | workqueue.cpp | 93 pthread_cond_wait(&paused_wait, &executing_lock); /* wokeup by Run() */ in PauseWork() 127 pthread_cond_wait(&wcond, &wlock); in Run() 153 pthread_cond_wait(&executing_wait, &executing_lock); in Run() 236 pthread_cond_wait(&complete, &cplock); in WaitCompletion()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_thread.c | 35 pthread_cond_wait(&worker->condition_, &worker->mutex_); in thread_loop() 59 pthread_cond_wait(&worker->condition_, &worker->mutex_); in change_state()
|
D | vp9_thread.h | 132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | sync.h | 46 return pthread_cond_wait(&mCondition, &mMutex); in wait()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_semaphore.h | 71 rc = pthread_cond_wait(&(s->cond), &(s->mutex)); in cam_sem_wait()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | sync.h | 61 return pthread_cond_wait(&mCondition, &mMutex); in wait()
|
/hardware/libhardware/modules/sensors/ |
D | SensorEventQueue.cpp | 88 pthread_cond_wait(&mSpaceAvailableCondition, mutex); in waitForSpace()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/hardware/ril/libril/ |
D | rilSocketQueue.h | 107 pthread_cond_wait(&cond, &mutex_instance); in dequeue()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gr.h | 103 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gr.h | 102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | locker.h | 141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait()
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_driver.c | 214 pthread_cond_wait(&pCond->cond, &pMutex->mutex); in p_condWait()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 437 pthread_cond_wait(&p_session->cond, &p_session->lock); in mm_jpeg_session_port_enable() 476 pthread_cond_wait(&p_session->cond, &p_session->lock); in mm_jpeg_session_port_disable() 546 pthread_cond_wait(&p_session->cond, &p_session->lock); in mm_jpegdec_session_decode() 618 pthread_cond_wait(&p_session->cond, &p_session->lock); in mm_jpegdec_session_decode()
|
/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 152 pthread_cond_wait(&dataAvailableCond, &mutex); in fullQueueReaderTask()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
|
/hardware/qcom/gps/msm8960/utils/ |
D | msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
|
/hardware/qcom/gps/msm8994/utils/ |
D | msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()
|
/hardware/qcom/gps/utils/ |
D | msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
|
/hardware/qcom/gps/msm8996/utils/ |
D | msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()
|