Home
last modified time | relevance | path

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

1234

/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c146 pthread_cond_timedwait(&CM, &MM, &ts_abs_timeout); in master_thread()
164 pthread_cond_timedwait(&CT, &MT, &ts_abs_timeout); in master_thread()
/external/llvm-project/lldb/tools/debugserver/source/
DPThreadEvent.cpp133 err = ::pthread_cond_timedwait(m_set_condition.Condition(), in WaitForSetEvents()
174 err = ::pthread_cond_timedwait(m_reset_condition.Condition(), in WaitForEventsToReset()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dsync_posix.cc138 err = pthread_cond_timedwait(&cv->cond_var, &mu->mutex, &abs_deadline_ts); in gpr_cv_wait()
140 err = pthread_cond_timedwait(cv, mu, &abs_deadline_ts); in gpr_cv_wait()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp192 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument
198 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR()
317 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc193 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument
199 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR()
319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
Dcoverage.txt1 This document defines the coverage for the pthread_cond_timedwait function:
D4-1.c52 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D2-5.c100 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx1), in threaded()
135 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx2), in threaded()
D2-3.c56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D2-2.c65 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D3-1.c55 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D1-1.c56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D2-1.c62 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
/external/llvm-project/compiler-rt/test/tsan/
Dcond_version.c35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
/external/compiler-rt/test/tsan/
Dcond_version.c35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
/external/libusb/libusb/os/
Dthreads_posix.c75 r = pthread_cond_timedwait(cond, mutex, &timeout); in usbi_cond_timedwait()
/external/grpc-grpc/src/core/lib/gpr/
Dsync_posix.cc89 err = pthread_cond_timedwait(cv, mu, &abs_deadline_ts); in gpr_cv_wait()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D2-2.c60 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in thr_func()
/external/libevent/
Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D2-2.c59 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in thr_func()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h132 ret = pthread_cond_timedwait(&queue->cond, &queue->mutex, &abstime); in wsi_queue_pull()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c241 ret = pthread_cond_timedwait(&(cd->cnd), &(cd->mtx), &ts); in threaded_B()
310 ret = pthread_cond_timedwait(&(cd->cnd), &(cd->mtx), &ts); in threaded_A()
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c278 if ((rc = pthread_cond_timedwait(&node_condvar, &node_mutex, in synchronize_children()
516 pthread_cond_timedwait(&info_p-> in doit()
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc120 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time); in TimedWait()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dstress.c167 ret = pthread_cond_timedwait(pcnd, pmtx, &now); in threaded()

1234