Home
last modified time | relevance | path

Searched refs:__timedwait_cp (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/thread/
D__timedwait.c32 int __timedwait_cp(volatile int *addr, int val, in __timedwait_cp() function
68 r = __timedwait_cp(addr, val, clk, at, priv); in __timedwait()
Dsem_timedwait.c23 r = __timedwait_cp(sem->__val, -1, CLOCK_REALTIME, at, sem->__val[2]); in sem_timedwait()
Dpthread_join.c18 r = __timedwait_cp(&t->detach_state, state, CLOCK_REALTIME, at, 1); in __pthread_timedjoin_np()
Dpthread_cond_timedwait.c100 do e = __timedwait_cp(fut, seq, clock, ts, !shared); in __pthread_cond_timedwait()
/third_party/musl/porting/liteos_a/user/src/thread/
D__timedwait.c43 int __timedwait_cp(volatile int *addr, int val, in __timedwait_cp() function
79 r = __timedwait_cp(addr, val, clk, at, priv); in __timedwait()
/third_party/musl/porting/linux/user/src/thread/
Dsem_timedwait.c18 r = __timedwait_cp(sem->__val, -1, CLOCK_REALTIME, at, sem->__val[2]); in __sem_timedwait()
/third_party/musl/src/aio/
Daio_suspend.c64 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
/third_party/musl/porting/liteos_a/user/src/aio/
Daio_suspend.c66 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h106 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h106 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h108 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h154 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h168 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/src/internal/
Dpthread_impl.h166 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h199 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);