Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc99 ret_val = pthread_cond_timedwait(&cond_, &mutex_, &end_at); in Wait()
123 ret_val = pthread_cond_timedwait(&cond_, &mutex_, end_at); in Wait()
Dcondition_variable_posix.cc116 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-glibc-2.18139 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
144 Thread #x's call to pthread_cond_timedwait failed
147 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32149 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
154 Thread #x's call to pthread_cond_timedwait failed
157 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.21147 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
152 Thread #x's call to pthread_cond_timedwait failed
155 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32-b149 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
154 Thread #x's call to pthread_cond_timedwait failed
157 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-s390x149 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
154 Thread #x's call to pthread_cond_timedwait failed
157 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-solaris139 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
144 Thread #x's call to pthread_cond_timedwait failed
147 by 0x........: pthread_cond_timedwait@* (hg_intercepts.c:...)
/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/compiler-rt/test/tsan/
Dcond_version.c35 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/webrtc/webrtc/base/
Devent.cc114 error = pthread_cond_timedwait(&event_cond_, &event_mutex_, &ts);
/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:?)
/external/libevent/
Devthread_pthread.c148 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc117 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time); in TimedWait()
/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()
/external/drm_hwcomposer/
Dworker.cpp152 ret = pthread_cond_timedwait(&cond_, &lock_, &abs_deadline); in WaitForSignalOrExitLocked()
/external/dng_sdk/source/
Ddng_mutex.cpp346 timedOut = (pthread_cond_timedwait (&fPthreadCondition, &mutex.fPthreadMutex, &now) == ETIMEDOUT); in Wait()
Ddng_pthread.h214 #define pthread_cond_timedwait dng_pthread_cond_timedwait macro
/external/dbus/dbus/
Ddbus-sysdeps-pthread.c248 result = pthread_cond_timedwait (&cond->cond, &mutex->lock, &end_time); in _dbus_platform_condvar_wait_timeout()

12