Home
last modified time | relevance | path

Searched refs:__timedwait_cp (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
H A 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/src/thread/
H A D__timedwait.c46 int __timedwait_cp(volatile int *addr, int val, in __timedwait_cp() function
82 r = __timedwait_cp(addr, val, clk, at, priv); in __timedwait()
H A Dsem_timedwait.c21 r = __timedwait_cp(sem->__val, 0x80000000, CLOCK_REALTIME, at, priv); in __sem_timedwait()
H A Dpthread_join.c52 r = __timedwait_cp(&t->detach_state, state, CLOCK_REALTIME, at, 1); in __pthread_timedjoin_np()
H A Dpthread_cond_timedwait.c100 do e = __timedwait_cp(fut, seq, clock, ts, !shared); in __pthread_cond_timedwait()
/third_party/musl/porting/linux/user/src/thread/
H A Dsem_timedwait.c18 r = __timedwait_cp(sem->__val, -1, CLOCK_REALTIME, at, sem->__val[2]); in __sem_timedwait()
H A Dpthread_cond_timedwait.c126 e = __timedwait_cp(fut, seq, clock, ts, !shared); in __pthread_cond_timedwait()
/third_party/musl/src/aio/
H A Daio_suspend.c66 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio_suspend.c66 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h106 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A 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/
H A 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/
H A Dpthread_impl.h154 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h219 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h168 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
/third_party/musl/src/internal/
H A Dpthread_impl.h211 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);

Completed in 6 milliseconds