/third_party/boost/boost/thread/pthread/ |
D | pthread_helpers.hpp | 118 int pthread_cond_timedwait(pthread_cond_t* c, pthread_mutex_t* m, const struct timespec* t) in pthread_cond_timedwait() function 123 ret = ::pthread_cond_timedwait(c, m, t); in pthread_cond_timedwait() 165 int pthread_cond_timedwait(pthread_cond_t* c, pthread_mutex_t* m, const struct timespec* t) in pthread_cond_timedwait() function 167 return ::pthread_cond_timedwait(c, m, t); in pthread_cond_timedwait()
|
D | condition_variable.hpp | 122 cond_res=posix::pthread_cond_timedwait(&cond,the_mutex,&timeout.getTs()); in do_wait_until() 127 cond_res=posix::pthread_cond_timedwait(&cond,the_mutex,&timeout.getTs()); in do_wait_until() 474 res=posix::pthread_cond_timedwait(&cond,&internal_mutex,&timeout.getTs()); in do_wait_until()
|
/third_party/ffmpeg/libavutil/ |
D | thread.h | 118 int ret = pthread_cond_timedwait(cond, mutex, abstime); in strict_pthread_cond_timedwait() 120 ASSERT_PTHREAD_ABORT(pthread_cond_timedwait, ret); in strict_pthread_cond_timedwait() 139 #define pthread_cond_timedwait strict_pthread_cond_timedwait macro
|
/third_party/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()
|
/third_party/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()
|
/third_party/musl/src/thread/ |
D | pthread_cond_wait.c | 5 return pthread_cond_timedwait(c, m, 0); in pthread_cond_wait()
|
/third_party/musl/compat/time32/ |
D | pthread_cond_timedwait_time32.c | 7 return pthread_cond_timedwait(c, m, !ts32 ? 0 : (&(struct timespec){ in __pthread_cond_timedwait_time32()
|
/third_party/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 | 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 | 4-1.c | 52 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
D | 2-3.c | 56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 117 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 229 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/include/ |
D | pthread.h | 117 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 229 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_cond_wait-cancel_ignored.c | 46 while (waiting && !pthread_cond_timedwait(&cv, &mx, &ts)); in main()
|
D | pthread_condattr_setclock.c | 44 r = pthread_cond_timedwait(&c, &m, &ts); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_cond_timedwait_sup.c | 35 pthread_cond_timedwait(&gcond, &gmutex, &outtime); in threadfuncA()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 120 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 233 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 120 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 233 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 120 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 233 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 178 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 385 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/libc-test/src/functionalext/thread/ |
D | test_src_functionalext_thread.gni | 14 "pthread_cond_timedwait",
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 187 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 407 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 185 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct ti… 278 __REDIR(pthread_cond_timedwait, __pthread_cond_timedwait_time64);
|
/third_party/openh264/codec/decoder/core/src/ |
D | wels_decoder_thread.cpp | 202 rc = pthread_cond_timedwait (& (e->c), & (e->m), &ts); in EventWait() 250 rc = pthread_cond_timedwait (& (s->e), & (s->m), &ts); in SemWait()
|
/third_party/FreeBSD/sys/kern/ |
D | kern_condvar.c | 46 return (pthread_cond_timedwait(cv, mtx, &abstime)); in cv_timedwait()
|