Home
last modified time | relevance | path

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

1234567

/aosp12/system/extras/memory_replay/
H A DThread.cpp32 pthread_cond_wait(&cond_, &mutex_); in WaitForReady()
40 pthread_cond_wait(&cond_, &mutex_); in WaitForPending()
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c61 pthread_cond_wait(&empty_cond, &mutex); in get_empty()
95 pthread_cond_wait(&full_cond, &mutex); in get_full()
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp90 status = pthread_cond_wait(&mCondition, &mMutex); in wait()
96 status = pthread_cond_wait(&mCondition, &mMutex); in wait()
/aosp12/hardware/st/nfc/1.1/
H A Dhal_st21nfc.cc100 ret = pthread_cond_wait(&pcb_data->cond, &pcb_data->mutex); in async_callback_thread_fct()
198 ret = pthread_cond_wait(&async_callback_data.cond, in async_callback_thread_end()
248 ret = pthread_cond_wait(&async_callback_data.cond, in async_callback_post()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dsync.h63 return pthread_cond_wait(&mCondition, &mMutex); in wait()
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_condition_variable.h46 return pthread_cond_wait(&cv->cond, &mutex->lock) == 0; in chppConditionVariableWait()
/aosp12/hardware/st/nfc/1.2/
H A Dhal_st21nfc.cc107 ret = pthread_cond_wait(&pcb_data->cond, &pcb_data->mutex); in async_callback_thread_fct()
205 ret = pthread_cond_wait(&async_callback_data.cond, in async_callback_thread_end()
255 ret = pthread_cond_wait(&async_callback_data.cond, in async_callback_post()
/aosp12/frameworks/rs/
H A DrsSignal.cpp77 status = pthread_cond_wait(&mCondition, &mMutex); in wait()
/aosp12/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.cpp90 pthread_cond_wait(&mSpaceAvailableCondition, mutex); in waitForSpace()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_semaphore.h73 rc = pthread_cond_wait(&(s->cond), &(s->mutex)); in cam_sem_wait()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dsync.h63 int status = pthread_cond_wait(&mCondition, &mMutex); in wait()
/aosp12/frameworks/wilhelm/src/
H A Dlocks.cpp299 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait_()
310 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait()
H A DThreadPool.cpp297 ok = pthread_cond_wait(&tp->mCondNotFull, &tp->mMutex); in ThreadPool_add()
343 ok = pthread_cond_wait(&tp->mCondNotEmpty, &tp->mMutex); in ThreadPool_remove()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
H A DCondVar.cpp78 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait()
/aosp12/packages/apps/Nfc/nci/jni/
H A DCondVar.cpp79 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait()
/aosp12/system/chre/chpp/platform/linux/
H A Dnotifier.c58 pthread_cond_wait(&notifier->cond, &notifier->mutex.lock); in chppPlatformNotifierWait()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_CmdQueue.cpp171 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/aosp12/system/core/libutils/include/utils/
H A DCondition.h118 return -pthread_cond_wait(&mCond, &mutex.mMutex); in wait()
/aosp12/hardware/ril/libril/
H A DrilSocketQueue.h107 pthread_cond_wait(&cond, &mutex_instance); in dequeue()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A 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()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_CmdQueue.cpp176 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_CmdQueue.cpp180 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dgr.h102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()

1234567