/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
pthread.h | 174 int pthread_cond_timedwait(pthread_cond_t *cond, 178 /* BIONIC: same as pthread_cond_timedwait, except the 'abstime' given refers
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_poll_thread.c | 97 rc = pthread_cond_timedwait(&poll_cb->cond_v, &poll_cb->mutex, &ts); 99 ALOGV("%s: error on pthread_cond_timedwait: %s", __func__, strerror(rc)); 316 rc = pthread_cond_timedwait(&poll_cb->cond_v, &poll_cb->mutex, &ts); 318 ALOGV("%s: error on pthread_cond_timedwait: %s", __func__, strerror(rc));
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_rwlock_timedwrlock.c | 115 pthread_cond_timedwait (&(rwl->cndSharedAccessCompleted),
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
event.cc | 120 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.cpp | 123 //the standard pthread_cond_timedwait() uses realtime clock.
|
/external/qemu/ |
qemu-thread.c | 146 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts);
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.stderr.exp1 | 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
|
pth_inconsistent_cond_wait.stderr.exp2 | 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Event.c | 203 funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
|
/packages/apps/Nfc/nci/jni/ |
CondVar.cpp | 121 //the standard pthread_cond_timedwait() uses realtime clock.
|
/bionic/libc/bionic/ |
pthread-rwlocks.c | 233 ret = pthread_cond_timedwait(&rwlock->cond, &rwlock->lock, abs_timeout); 286 ret = pthread_cond_timedwait(&rwlock->cond, &rwlock->lock, abs_timeout);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 169 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\ 196 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\ 223 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sFlush_cond),\
|
/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 | 115 __gthrw3(pthread_cond_timedwait) 146 __gthrw(pthread_cond_timedwait) 879 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
|
gthr-posix.h | 115 __gthrw3(pthread_cond_timedwait) 146 __gthrw(pthread_cond_timedwait) 879 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread-2.7.so | |
libpthread.so.0 | |