Home
last modified time | relevance | path

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

1234

/third_party/boost/boost/thread/pthread/
Dpthread_helpers.hpp118 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()
Dcondition_variable.hpp122 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/
Dthread.h118 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/
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()
/third_party/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()
/third_party/musl/src/thread/
Dpthread_cond_wait.c5 return pthread_cond_timedwait(c, m, 0); in pthread_cond_wait()
/third_party/musl/compat/time32/
Dpthread_cond_timedwait_time32.c7 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/
Dcoverage.txt1 This document defines the coverage for the pthread_cond_timedwait function:
D2-5.c100 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx1), in threaded()
135 ret = pthread_cond_timedwait(&(data.cnd), &(data.mtx2), in threaded()
D4-1.c52 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
D2-3.c56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout); in t1_func()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h117 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/
Dpthread.h117 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/
Dpthread_cond_wait-cancel_ignored.c46 while (waiting && !pthread_cond_timedwait(&cv, &mx, &ts)); in main()
Dpthread_condattr_setclock.c44 r = pthread_cond_timedwait(&c, &m, &ts); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_cond_timedwait_sup.c35 pthread_cond_timedwait(&gcond, &gmutex, &outtime); in threadfuncA()
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h120 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/
Dpthread.h120 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/
Dpthread.h120 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/
Dpthread.h178 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/
Dtest_src_functionalext_thread.gni14 "pthread_cond_timedwait",
/third_party/musl/porting/linux/user/include/
Dpthread.h187 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/
Dpthread.h185 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/
Dwels_decoder_thread.cpp202 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/
Dkern_condvar.c46 return (pthread_cond_timedwait(cv, mtx, &abstime)); in cv_timedwait()

1234