/external/valgrind/main/helgrind/tests/ |
cond_timedwait_invalid.stderr.exp | 8 Thread #x's call to pthread_cond_timedwait failed 11 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
|
cond_timedwait_invalid.c | 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL);
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
threads_posix.h | 41 #define usbi_cond_timedwait pthread_cond_timedwait
|
/external/chromium/base/synchronization/ |
condition_variable_posix.cc | 45 // The timeout argument to pthread_cond_timedwait is in absolute time. 60 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &abstime);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_rwlock_timedwrlock.c | 115 pthread_cond_timedwait (&(rwl->cndSharedAccessCompleted),
|
pthread_cond_wait.c | 512 pthread_cond_timedwait (pthread_cond_t * cond, function 567 } /* pthread_cond_timedwait */
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CSemaphore.cpp | 79 rc = pthread_cond_timedwait(&m_cond, &m_mutex, &tm);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
condition_variable.cpp | 70 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_listener.cc | 94 return_code = pthread_cond_timedwait(&signal_cond_, 160 return_code = pthread_cond_timedwait(&signal_cond_,
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.cc | 161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd); 191 retVal = pthread_cond_timedwait(&cond, &mutex, &tPulse);
|
condition_variable_posix.cc | 132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
event.cc | 120 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
SDL_syscond.c | 119 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); 130 SDL_SetError("pthread_cond_timedwait() failed");
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_syscond.c | 123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); 134 SDL_SetError("pthread_cond_timedwait() failed");
|
/system/core/include/utils/ |
Condition.h | 131 return -pthread_cond_timedwait(&mCond, &mutex.mMutex, &ts);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
event.cc | 174 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
|
/external/chromium_org/base/synchronization/ |
condition_variable_posix.cc | 75 // The timeout argument to pthread_cond_timedwait is in absolute time. 100 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time);
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.c | 86 PTH_CALL(pthread_cond_timedwait(&s_cond, mutex, &deadline));
|
/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.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr-default.h | 115 __gthrw3(pthread_cond_timedwait) 146 __gthrw(pthread_cond_timedwait) 853 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
|
gthr-posix.h | 115 __gthrw3(pthread_cond_timedwait) 146 __gthrw(pthread_cond_timedwait) 853 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
gthr-default.h | 115 __gthrw3(pthread_cond_timedwait) 146 __gthrw(pthread_cond_timedwait) 853 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
|