Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 25 of 119) sorted by relevance

12345

/hardware/intel/common/wrs_omxil_core/utils/src/
Dworkqueue.cpp93 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/
Dvp9_thread.c35 pthread_cond_wait(&worker->condition_, &worker->mutex_); in thread_loop()
59 pthread_cond_wait(&worker->condition_, &worker->mutex_); in change_state()
Dvp9_thread.h132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h46 return pthread_cond_wait(&mCondition, &mMutex); in wait()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_semaphore.h71 rc = pthread_cond_wait(&(s->cond), &(s->mutex)); in cam_sem_wait()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h61 return pthread_cond_wait(&mCondition, &mMutex); in wait()
/hardware/libhardware/modules/sensors/
DSensorEventQueue.cpp88 pthread_cond_wait(&mSpaceAvailableCondition, mutex); in waitForSpace()
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/hardware/ril/libril/
DrilSocketQueue.h107 pthread_cond_wait(&cond, &mutex_instance); in dequeue()
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h103 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dlocker.h141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait()
/hardware/intel/common/libwsbm/src/
Dwsbm_driver.c214 pthread_cond_wait(&pCond->cond, &pMutex->mutex); in p_condWait()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec.c437 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/
DSensorEventQueue_test.cpp152 pthread_cond_wait(&dataAvailableCond, &mutex); in fullQueueReaderTask()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
/hardware/qcom/gps/msm8960/utils/
Dmsg_q.c259 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/
Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
/hardware/qcom/gps/msm8994/utils/
Dmsg_q.c259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()
/hardware/qcom/gps/utils/
Dmsg_q.c259 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/
Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex); in thelper_signal_wait()
/hardware/qcom/gps/msm8996/utils/
Dmsg_q.c259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex); in msg_q_rcv()

12345