Home
last modified time | relevance | path

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

12

/external/lldb/tools/debugserver/source/
DPThreadEvent.cpp157 … err = ::pthread_cond_timedwait (m_set_condition.Condition(), m_mutex.Mutex(), timeout_abstime); in WaitForSetEvents()
205 … err = ::pthread_cond_timedwait (m_reset_condition.Condition(), m_mutex.Mutex(), timeout_abstime); in WaitForEventsToReset()
/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/helgrind/tests/
Dcond_timedwait_test.c13 pthread_cond_timedwait(&cond, &mutex, &now); in main()
Dcond_timedwait_invalid.c22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL); in main()
Dtc20_verifywrap.stderr.exp-s390x142 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
147 Thread #x's call to pthread_cond_timedwait failed
150 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.18133 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
138 Thread #x's call to pthread_cond_timedwait failed
141 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32142 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
147 Thread #x's call to pthread_cond_timedwait failed
150 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32-b142 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
147 Thread #x's call to pthread_cond_timedwait failed
150 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.c165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r); in main()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc196 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument
202 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR()
322 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/lldb/source/Host/common/
DCondition.cpp89 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts); in Wait()
/external/compiler-rt/test/tsan/
Dcond_version.c32 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DCondVar.cpp124 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime); in wait()
/external/libcxx/src/
Dcondition_variable.cpp74 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
/external/valgrind/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/fio/
Didletime.c288 pthread_cond_timedwait(&ipt->cond, &ipt->init_lock, &ts); in fio_idle_prof_init()
350 pthread_cond_timedwait(&ipt->cond, &ipt->start_lock, &ts); in fio_idle_prof_stop()
Dmutex.c121 ret = pthread_cond_timedwait(&mutex->cond, &mutex->lock, &t); in fio_mutex_down_timeout()
/external/v8/src/base/platform/
Dcondition-variable.cc101 result = pthread_cond_timedwait( in WaitFor()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1109 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument
1111 SCOPED_TSAN_INTERCEPTOR(pthread_cond_timedwait, cond, m, abstime); in INTERCEPTOR()
1121 REAL(pthread_cond_timedwait), cond, m, abstime, in INTERCEPTOR()
2563 TSAN_INTERCEPT_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c708 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c685 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()

12