/third_party/musl/porting/linux/user/src/time/ |
D | clock_gettime.c | 15 long ts32[2]; in cgt_time32_wrap() local 82 long ts32[2]; in __clock_gettime() local
|
D | clock_getres.c | 56 long ts32[2]; in clock_getres() local
|
/third_party/musl/src/time/ |
D | clock_gettime.c | 15 long ts32[2]; in cgt_time32_wrap() local 81 long ts32[2]; in __clock_gettime() local
|
D | clock_getres.c | 9 long ts32[2]; in clock_getres() local
|
/third_party/musl/compat/time32/ |
D | clock_settime32.c | 4 int __clock_settime32(clockid_t clk, const struct timespec32 *ts32) in __clock_settime32()
|
D | sem_timedwait_time32.c | 5 int __sem_timedwait_time32(sem_t *sem, const struct timespec32 *restrict ts32) in __sem_timedwait_time32()
|
D | pthread_rwlock_timedwrlock_time32.c | 5 …ad_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedwrlock_time32()
|
D | pthread_mutex_timedlock_time32.c | 5 …pthread_mutex_timedlock_time32(pthread_mutex_t *restrict m, const struct timespec32 *restrict ts32) in __pthread_mutex_timedlock_time32()
|
D | mtx_timedlock_time32.c | 5 int __mtx_timedlock_time32(mtx_t *restrict m, const struct timespec32 *restrict ts32) in __mtx_timedlock_time32()
|
D | pthread_rwlock_timedrdlock_time32.c | 5 …ad_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedrdlock_time32()
|
D | aio_suspend_time32.c | 5 int __aio_suspend_time32(const struct aiocb *const cbs[], int cnt, const struct timespec32 *ts32) in __aio_suspend_time32()
|
D | pthread_cond_timedwait_time32.c | 5 …32(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec32 *restrict ts32) in __pthread_cond_timedwait_time32()
|
D | sigtimedwait_time32.c | 5 …ime32(const sigset_t *restrict set, siginfo_t *restrict si, const struct timespec32 *restrict ts32) in __sigtimedwait_time32()
|
D | cnd_timedwait_time32.c | 5 …_cnd_timedwait_time32(cnd_t *restrict c, mtx_t *restrict m, const struct timespec32 *restrict ts32) in __cnd_timedwait_time32()
|
D | sched_rr_get_interval_time32.c | 5 int __sched_rr_get_interval_time32(pid_t pid, struct timespec32 *ts32) in __sched_rr_get_interval_time32()
|
D | clock_gettime32.c | 6 int __clock_gettime32(clockid_t clk, struct timespec32 *ts32) in __clock_gettime32()
|
D | clock_getres_time32.c | 4 int __clock_getres_time32(clockid_t clk, struct timespec32 *ts32) in __clock_getres_time32()
|
D | timespec_get_time32.c | 6 int __timespec_get_time32(struct timespec32 *ts32, int base) in __timespec_get_time32()
|
D | semtimedop_time32.c | 6 int __semtimedop_time32(int id, struct sembuf *buf, size_t n, const struct timespec32 *ts32) in __semtimedop_time32()
|
D | ppoll_time32.c | 6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mas… in __ppoll_time32()
|
D | mq_timedsend_time32.c | 5 …edsend_time32(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec32 *ts32) in __mq_timedsend_time32()
|
D | mq_timedreceive_time32.c | 5 …d, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec32 *restrict ts32) in __mq_timedreceive_time32()
|
D | pselect_time32.c | 5 …rict rfds, fd_set *restrict wfds, fd_set *restrict efds, const struct timespec32 *restrict ts32, c… in __pselect_time32()
|
D | recvmmsg_time32.c | 6 …e32(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec32 *ts32) in __recvmmsg_time32()
|
/third_party/musl/src/sched/ |
D | sched_rr_get_interval.c | 9 long ts32[2]; in sched_rr_get_interval() local
|