Searched refs:__timedwait_cp (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/src/thread/ |
D | __timedwait.c | 32 int __timedwait_cp(volatile int *addr, int val, in __timedwait_cp() function 68 r = __timedwait_cp(addr, val, clk, at, priv); in __timedwait()
|
D | sem_timedwait.c | 23 r = __timedwait_cp(sem->__val, -1, CLOCK_REALTIME, at, sem->__val[2]); in sem_timedwait()
|
D | pthread_join.c | 18 r = __timedwait_cp(&t->detach_state, state, CLOCK_REALTIME, at, 1); in __pthread_timedjoin_np()
|
D | pthread_cond_timedwait.c | 100 do e = __timedwait_cp(fut, seq, clock, ts, !shared); in __pthread_cond_timedwait()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | __timedwait.c | 43 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/ |
D | sem_timedwait.c | 18 r = __timedwait_cp(sem->__val, -1, CLOCK_REALTIME, at, sem->__val[2]); in __sem_timedwait()
|
/third_party/musl/src/aio/ |
D | aio_suspend.c | 64 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | aio_suspend.c | 66 ret = __timedwait_cp(pfut, expect, CLOCK_MONOTONIC, ts?&at:0, 1); in aio_suspend()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 106 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 106 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 108 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 154 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 168 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 166 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 199 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
|