/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.cc | 104 pthread_cond_wait(&exit_cond_, &exit_lock_);
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 562 PthreadCall("wait", pthread_cond_wait(&bgsignal_, &mu_));
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_thread.c | 464 pthread_cond_wait(&un.cond, &un.mutex);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 969 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { 971 SCOPED_TSAN_INTERCEPTOR(pthread_cond_wait, cond, m); 978 (int(*)(void *c, void *m, void *abstime))REAL(pthread_cond_wait), [all...] |
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 746 pthread_cond_wait(&mCondVar, *this);
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 315 pthread_cond_wait(&cond, &mutex);
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 345 pthread_cond_wait(&cond, &mutex);
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 536 ok = pthread_cond_wait(&cond, &mutex);
|
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 138 pthread_cond_wait(&win->cvar, &win->lock);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_dmn_conn_thread_helper.c | 129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
|
/hardware/qcom/gps/msm8960/utils/ |
msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex);
|
/hardware/qcom/gps/utils/ |
msg_q.c | 259 pthread_cond_wait(&p_msg_q->list_cond, &p_msg_q->list_mutex);
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 154 pthread_cond_wait(&poll_cb->cond_v, &poll_cb->mutex); 520 pthread_cond_wait(&poll_cb->cond_v, &poll_cb->mutex);
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 154 pthread_cond_wait(&poll_cb->cond_v, &poll_cb->mutex); 520 pthread_cond_wait(&poll_cb->cond_v, &poll_cb->mutex);
|
/external/bison/lib/glthread/ |
lock.c | 164 err = pthread_cond_wait (&lock->waiting_readers, &lock->lock); 189 err = pthread_cond_wait (&lock->waiting_writers, &lock->lock);
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
vms_x_fix.h | 1012 #define pthread_cond_wait macro [all...] |
/external/fio/ |
verify.c | 1189 ret = pthread_cond_wait(&td->verify_cond, 1284 pthread_cond_wait(&td->free_cond, &td->io_u_lock);
|
/external/mesa3d/include/GL/ |
vms_x_fix.h | 1012 #define pthread_cond_wait macro [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 692 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 730 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | [all...] |
/external/valgrind/main/drd/docs/ |
drd-manual.xml | 425 <function>pthread_cond_wait</function> or 869 Calling <function>pthread_cond_wait</function> on a mutex 877 through <function>pthread_cond_wait</function>. [all...] |
/external/valgrind/main/helgrind/docs/ |
hg-manual.xml | 114 <listitem><para>calling <function>pthread_cond_wait</function> [all...] |