/aosp12/system/extras/memory_replay/ |
H A D | Thread.cpp | 32 pthread_cond_wait(&cond_, &mutex_); in WaitForReady() 40 pthread_cond_wait(&cond_, &mutex_); in WaitForPending()
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | audio.c | 61 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 D | WorkerPool.cpp | 90 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 D | hal_st21nfc.cc | 100 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 D | sync.h | 63 return pthread_cond_wait(&mCondition, &mMutex); in wait()
|
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_condition_variable.h | 46 return pthread_cond_wait(&cv->cond, &mutex->lock) == 0; in chppConditionVariableWait()
|
/aosp12/hardware/st/nfc/1.2/ |
H A D | hal_st21nfc.cc | 107 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 D | rsSignal.cpp | 77 status = pthread_cond_wait(&mCondition, &mMutex); in wait()
|
/aosp12/hardware/libhardware/modules/sensors/ |
H A D | SensorEventQueue.cpp | 90 pthread_cond_wait(&mSpaceAvailableCondition, mutex); in waitForSpace()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | cam_semaphore.h | 73 rc = pthread_cond_wait(&(s->cond), &(s->mutex)); in cam_sem_wait()
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | sync.h | 63 int status = pthread_cond_wait(&mCondition, &mMutex); in wait()
|
/aosp12/frameworks/wilhelm/src/ |
H A D | locks.cpp | 299 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 D | ThreadPool.cpp | 297 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 D | CondVar.cpp | 78 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait()
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | CondVar.cpp | 79 int const res = pthread_cond_wait(&mCondition, mutex.nativeHandle()); in wait()
|
/aosp12/system/chre/chpp/platform/linux/ |
H A D | notifier.c | 58 pthread_cond_wait(¬ifier->cond, ¬ifier->mutex.lock); in chppPlatformNotifierWait()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_CmdQueue.cpp | 171 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Condition.h | 118 return -pthread_cond_wait(&mCond, &mutex.mMutex); in wait()
|
/aosp12/hardware/ril/libril/ |
H A D | rilSocketQueue.h | 107 pthread_cond_wait(&cond, &mutex_instance); in dequeue()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_CmdQueue.cpp | 176 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_CmdQueue.cpp | 180 if(pthread_cond_wait(&cond_var, &mutex) != 0) in Process()
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | gr.h | 102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait()
|