/external/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 146 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/ |
D | PThreadEvent.cpp | 133 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/ |
D | sync_posix.cc | 138 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/ |
D | dd_interceptors.cpp | 192 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/ |
D | dd_interceptors.cc | 193 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/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_cond_timedwait function:
|
D | 4-1.c | 52 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 2-5.c | 100 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx1), in threaded() 135 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx2), in threaded()
|
D | 2-3.c | 56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 2-2.c | 65 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 3-1.c | 55 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 1-1.c | 56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 2-1.c | 62 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | cond_version.c | 35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
|
/external/compiler-rt/test/tsan/ |
D | cond_version.c | 35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
|
/external/libusb/libusb/os/ |
D | threads_posix.c | 75 r = pthread_cond_timedwait(cond, mutex, &timeout); in usbi_cond_timedwait()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | sync_posix.cc | 89 err = pthread_cond_timedwait(cv, mu, &abs_deadline_ts); in gpr_cv_wait()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 2-2.c | 60 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in thr_func()
|
/external/libevent/ |
D | evthread_pthread.c | 150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 2-2.c | 59 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in thr_func()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_queue.h | 132 ret = pthread_cond_timedwait(&queue->cond, &queue->mutex, &abstime); in wsi_queue_pull()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 241 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/ |
D | pth_str01.c | 278 if ((rc = pthread_cond_timedwait(&node_condvar, &node_mutex, in synchronize_children() 516 pthread_cond_timedwait(&info_p-> in doit()
|
/external/libchrome/base/synchronization/ |
D | condition_variable_posix.cc | 120 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time); in TimedWait()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | stress.c | 167 ret = pthread_cond_timedwait(pcnd, pmtx, &now); in threaded()
|