/external/webrtc/src/system_wrappers/source/ |
D | event_posix.cc | 161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd); in Wait() 191 retVal = pthread_cond_timedwait(&cond, &mutex, &tPulse); in Wait()
|
D | condition_variable_posix.cc | 132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts); in SleepCS()
|
/external/valgrind/main/helgrind/tests/ |
D | cond_timedwait_invalid.c | 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL); in main()
|
D | tc20_verifywrap.c | 165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r); in main()
|
/external/llvm/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 29 …k i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.timespec*)* @pthread_cond_timedwait 75 declare extern_weak i32 @pthread_cond_timedwait(%union.pthread_cond_t*, %union.pthread_mutex_t*, %s…
|
D | 2011-08-22-ResolveAlias2.ll | 32 …k i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.timespec*)* @pthread_cond_timedwait 80 declare extern_weak i32 @pthread_cond_timedwait(%union.pthread_cond_t*, %union.pthread_mutex_t*, %s…
|
/external/chromium/base/synchronization/ |
D | condition_variable_posix.cc | 60 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &abstime); in TimedWait()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_syscond.c | 119 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); in SDL_CondWaitTimeout()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
D | SDL_syscond.c | 123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); in SDL_CondWaitTimeout()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | event.cc | 174 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
|
/external/valgrind/unittest/ |
D | thread_wrappers_pthread.h | 204 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); in WaitLoopWithTimeout() 228 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout); in WaitWithTimeout()
|
/external/valgrind/main/drd/tests/ |
D | pth_inconsistent_cond_wait.c | 86 PTH_CALL(pthread_cond_timedwait(&s_cond, mutex, &deadline)); in thread_func()
|
D | pth_inconsistent_cond_wait.stderr.exp2 | 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
|
D | pth_inconsistent_cond_wait.stderr.exp1 | 4 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
|
D | tsan_thread_wrappers_pthread.h | 244 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); in WaitLoopWithTimeout() 286 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout); in WaitWithTimeout()
|
/external/qemu/ |
D | qemu-thread.c | 146 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts); in qemu_cond_timedwait()
|
D | posix-aio-compat.c | 103 int ret = pthread_cond_timedwait(cond, mutex, ts); in cond_timedwait()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-pthread.c | 297 result = pthread_cond_timedwait (&pcond->cond, &pmutex->lock, &end_time); in _dbus_pthread_condvar_wait_timeout()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingPthreads.cpp | 381 return pthread_cond_timedwait(&m_condition, &mutex.impl(), &targetTime) == 0; in timedWait()
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 145 result = pthread_cond_timedwait(&data_condition_, &data_mutex_, &ts); in GetRandomBlock()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1007 TSAN_INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1008 SCOPED_TSAN_INTERCEPTOR(pthread_cond_timedwait, c, m, abstime); in TSAN_INTERCEPTOR() 1010 int res = REAL(pthread_cond_timedwait)(c, m, abstime); in TSAN_INTERCEPTOR() 1548 TSAN_INTERCEPT(pthread_cond_timedwait); in InitializeInterceptors()
|
/external/quake/quake/src/WinQuake/ |
D | snd_android.cpp | 561 if (ETIMEDOUT == pthread_cond_timedwait( &condition_cond, &condition_mutex, &ts)) { in shouldMixSilence()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 44 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 43 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 100 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
|