/prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi-v7a/ |
libgabi++_shared.so | |
/prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/x86/ |
libgabi++_shared.so | |
/prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/mips/ |
libgabi++_shared.so | |
/prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/x86/ |
libgabi++_shared.so | |
/system/core/libsuspend/ |
autosuspend_earlysuspend.c | 122 pthread_cond_wait(&earlysuspend_cond, &earlysuspend_mutex); 152 pthread_cond_wait(&earlysuspend_cond, &earlysuspend_mutex);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_thread.h | 117 pthread_cond_wait(&(cond), &(mutex)) 224 /* Poor man's pthread_cond_wait(): 295 /* Poor man's pthread_cond_wait():
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_thread.h | 117 pthread_cond_wait(&(cond), &(mutex)) 224 /* Poor man's pthread_cond_wait(): 295 /* Poor man's pthread_cond_wait():
|
/frameworks/wilhelm/src/ |
locks.c | 272 /** \brief Wait on the condition variable associated with the object; see pthread_cond_wait */ 286 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); 297 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex);
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
queue.c | 101 pthread_cond_wait(&g_queue_not_empty_cond, &g_queue_mutex);
|
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 44 'pthread_cond_wait.c',
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_cond_wait.c | 2 * pthread_cond_wait.c 426 * pthread_cond_wait a cancellation point. 454 pthread_cond_wait (pthread_cond_t * cond, pthread_mutex_t * mutex) function 508 } /* pthread_cond_wait */
|
pthread_rwlock_wrlock.c | 110 result = pthread_cond_wait (&(rwl->cndSharedAccessCompleted),
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
event.cc | 123 error = pthread_cond_wait(&event_cond_, &event_mutex_);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.cpp | 80 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle());
|
/external/qemu/ |
qemu-thread.c | 133 err = pthread_cond_wait(&cond->cond, &mutex->lock);
|
/external/stlport/test/unit/ |
allocator_test.cpp | 116 pthread_cond_wait(&condition, &mutex);
|
/external/valgrind/main/drd/ |
drd_clientobj.h | 85 Addr mutex; // Client mutex specified in pthread_cond_wait() call, and
|
/external/valgrind/main/helgrind/tests/ |
pth_destroy_cond.stderr.exp | 26 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Event.c | 199 pthread_cond_wait(&event->condition, (pthread_mutex_t *)(event->mutex));
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_events.c | 242 *Spurious wakeups from the pthread_cond_timedwait() or pthread_cond_wait() functions may occur. 253 *3) Call pthread_cond_wait() to perform a blocking wait | variable. If it fulfills the desired 255 * pthread_cond_wait() automatically and atomically |5)Unlock mutex. 333 pthread_cond_wait(&(plEvent->condition),
|
/ndk/tests/device/test-gnustl-full/unit/ |
allocator_test.cpp | 116 pthread_cond_wait(&condition, &mutex);
|
/ndk/tests/device/test-stlport/unit/ |
allocator_test.cpp | 116 pthread_cond_wait(&condition, &mutex);
|
/packages/apps/Nfc/nci/jni/ |
CondVar.cpp | 78 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-default.h | 114 __gthrw3(pthread_cond_wait) 145 __gthrw(pthread_cond_wait) 657 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, 872 return __gthrw_(pthread_cond_wait) (__cond, __mutex);
|
gthr-posix.h | 114 __gthrw3(pthread_cond_wait) 145 __gthrw(pthread_cond_wait) 657 return __gthrw_(pthread_cond_wait) ((pthread_cond_t *) condition->backend, 872 return __gthrw_(pthread_cond_wait) (__cond, __mutex);
|