Home
last modified time | relevance | path

Searched defs:ts32 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/compat/time32/
H A Dcnd_timedwait_time32.c5 int __cnd_timedwait_time32(cnd_t *restrict c, mtx_t *restrict m, const struct timespec32 *restrict ts32) in __cnd_timedwait_time32() argument
H A Dpthread_cond_timedwait_time32.c5 int __pthread_cond_timedwait_time32(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec32 *restrict ts32) in __pthread_cond_timedwait_time32() argument
H A Dpthread_mutex_timedlock_time32.c5 int __pthread_mutex_timedlock_time32(pthread_mutex_t *restrict m, const struct timespec32 *restrict ts32) in __pthread_mutex_timedlock_time32() argument
H A Dmtx_timedlock_time32.c5 int __mtx_timedlock_time32(mtx_t *restrict m, const struct timespec32 *restrict ts32) in __mtx_timedlock_time32() argument
H A Dclock_settime32.c4 int __clock_settime32(clockid_t clk, const struct timespec32 *ts32) in __clock_settime32() argument
H A Dsched_rr_get_interval_time32.c5 int __sched_rr_get_interval_time32(pid_t pid, struct timespec32 *ts32) in __sched_rr_get_interval_time32() argument
H A Dpthread_rwlock_timedrdlock_time32.c5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedrdlock_time32() argument
H A Dpthread_rwlock_timedwrlock_time32.c5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedwrlock_time32() argument
H A Dtimespec_get_time32.c6 int __timespec_get_time32(struct timespec32 *ts32, int base) in __timespec_get_time32() argument
H A Dclock_gettime32.c6 int __clock_gettime32(clockid_t clk, struct timespec32 *ts32) in __clock_gettime32() argument
H A Daio_suspend_time32.c5 int __aio_suspend_time32(const struct aiocb *const cbs[], int cnt, const struct timespec32 *ts32) in __aio_suspend_time32() argument
H A Dclock_getres_time32.c4 int __clock_getres_time32(clockid_t clk, struct timespec32 *ts32) in __clock_getres_time32() argument
H A Dsigtimedwait_time32.c5 int __sigtimedwait_time32(const sigset_t *restrict set, siginfo_t *restrict si, const struct timespec32 *restrict ts32) in __sigtimedwait_time32() argument
H A Dsem_timedwait_time32.c5 int __sem_timedwait_time32(sem_t *sem, const struct timespec32 *restrict ts32) in __sem_timedwait_time32() argument
H A Dppoll_time32.c6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32() argument
H A Dsemtimedop_time32.c6 int __semtimedop_time32(int id, struct sembuf *buf, size_t n, const struct timespec32 *ts32) in __semtimedop_time32() argument
H A Drecvmmsg_time32.c6 int __recvmmsg_time32(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec32 *ts32) in __recvmmsg_time32() argument
H A Dpselect_time32.c5 int __pselect_time32(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, const struct timespec32 *restrict ts32, const sigset_t *restrict mask) in __pselect_time32() argument
H A Dmq_timedreceive_time32.c5 ssize_t __mq_timedreceive_time32(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec32 *restrict ts32) in __mq_timedreceive_time32() argument
H A Dmq_timedsend_time32.c5 int __mq_timedsend_time32(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec32 *ts32) in __mq_timedsend_time32() argument
/third_party/musl/src/sched/
H A Dsched_rr_get_interval.c9 long ts32[2]; in sched_rr_get_interval() local
/third_party/musl/src/time/
H A Dclock_getres.c44 long ts32[2]; in clock_getres() local
H A Dclock_gettime.c15 long ts32[2]; in cgt_time32_wrap() local
97 long ts32[2]; in __clock_gettime() local
[all...]
H A Dclock_nanosleep.c21 long ts32[2] = { CLAMP(s), ns }; in __clock_nanosleep() local
/third_party/musl/porting/linux/user/src/time/
H A Dclock_getres.c56 long ts32[2]; in clock_getres() local

Completed in 5 milliseconds

12