Searched refs:pthread_cond_wait (Results 1 - 25 of 129) sorted by relevance

123456

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dsync.h46 return pthread_cond_wait(&mCondition, &mMutex);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp93 pthread_cond_wait(&paused_wait, &executing_lock); /* wokeup by Run() */
127 pthread_cond_wait(&wcond, &wlock);
153 pthread_cond_wait(&executing_wait, &executing_lock);
236 pthread_cond_wait(&complete, &cplock);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_semaphore.h71 rc = pthread_cond_wait(&(s->cond), &(s->mutex));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.c35 pthread_cond_wait(&worker->condition_, &worker->mutex_);
59 pthread_cond_wait(&worker->condition_, &worker->mutex_);
H A Dvp9_thread.h122 // a thread is waiting in pthread_cond_wait: allow it to be notified
125 // the event via its own pthread_cond_wait.
132 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, function
/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.cpp88 pthread_cond_wait(&mSpaceAvailableCondition, mutex);
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_semaphore.h73 rc = pthread_cond_wait(&(s->cond), &(s->mutex));
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dsync.h61 return pthread_cond_wait(&mCondition, &mMutex);
/hardware/qcom/display/msm8084/libgralloc/
H A Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/display/msm8909/libgralloc/
H A Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h102 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dlocker.h141 void Wait() { pthread_cond_wait(&condition_, &mutex_); }
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dlocker.h141 void Wait() { pthread_cond_wait(&condition_, &mutex_); }
/hardware/ril/libril/
H A DrilSocketQueue.h107 pthread_cond_wait(&cond, &mutex_instance);
/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.c214 pthread_cond_wait(&pCond->cond, &pMutex->mutex);
/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp152 pthread_cond_wait(&dataAvailableCond, &mutex);
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h103 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/display/msm8998/libgralloc/
H A Dgr.h104 inline void wait() { pthread_cond_wait(&cond, &mutex); }
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
/hardware/qcom/gps/msm8084/utils/
H A Dmsg_q.c259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
/hardware/qcom/gps/msm8909/utils/
H A Dmsg_q.c259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);

Completed in 516 milliseconds

123456