Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Devent_posix.cc161 retVal = pthread_cond_timedwait(&cond, &mutex, &tEnd); in Wait()
191 retVal = pthread_cond_timedwait(&cond, &mutex, &tPulse); in Wait()
Dcondition_variable_posix.cc132 const int res = pthread_cond_timedwait(&_cond, &cs->_mutex, &ts); in SleepCS()
/external/valgrind/main/helgrind/tests/
Dcond_timedwait_invalid.c22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL); in main()
Dtc20_verifywrap.c165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r); in main()
/external/llvm/test/Linker/
D2011-08-22-ResolveAlias.ll29 …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…
D2011-08-22-ResolveAlias2.ll32 …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/
Dcondition_variable_posix.cc60 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &abstime); in TimedWait()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syscond.c119 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); in SDL_CondWaitTimeout()
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_syscond.c123 retval = pthread_cond_timedwait(&cond->cond, &mutex->id, &abstime); in SDL_CondWaitTimeout()
/external/chromium/third_party/libjingle/source/talk/base/
Devent.cc174 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
/external/valgrind/unittest/
Dthread_wrappers_pthread.h204 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/
Dpth_inconsistent_cond_wait.c86 PTH_CALL(pthread_cond_timedwait(&s_cond, mutex, &deadline)); in thread_func()
Dpth_inconsistent_cond_wait.stderr.exp24 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
Dpth_inconsistent_cond_wait.stderr.exp14 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
Dtsan_thread_wrappers_pthread.h244 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); in WaitLoopWithTimeout()
286 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout); in WaitWithTimeout()
/external/qemu/
Dqemu-thread.c146 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts); in qemu_cond_timedwait()
Dposix-aio-compat.c103 int ret = pthread_cond_timedwait(cond, mutex, ts); in cond_timedwait()
/external/dbus/dbus/
Ddbus-sysdeps-pthread.c297 result = pthread_cond_timedwait (&pcond->cond, &pmutex->lock, &end_time); in _dbus_pthread_condvar_wait_timeout()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp381 return pthread_cond_timedwait(&m_condition, &mutex.impl(), &targetTime) == 0; in timedWait()
/external/stressapptest/src/
Ddisk_blocks.cc145 result = pthread_cond_timedwait(&data_condition_, &data_mutex_, &ts); in GetRandomBlock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1007 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/
Dsnd_android.cpp561 if (ETIMEDOUT == pthread_cond_timedwait( &condition_cond, &condition_mutex, &ts)) { in shouldMixSilence()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c44 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c43 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c100 #define pthread_cond_timedwait_monotonic pthread_cond_timedwait

12