Home
last modified time | relevance | path

Searched refs:valid_timespec_to_timespec64 (Results 1 – 25 of 40) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimerfd_settime.c55 ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); in __timerfd_settime64()
56 ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); in __timerfd_settime64()
72 its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); in libc_hidden_def()
73 its64.it_value = valid_timespec_to_timespec64 (value->it_value); in libc_hidden_def()
Dtimer_settime.c63 ovalue->it_interval = valid_timespec_to_timespec64 (oits32.it_interval); in ___timer_settime64()
64 ovalue->it_value = valid_timespec_to_timespec64 (oits32.it_value); in ___timer_settime64()
88 its64.it_interval = valid_timespec_to_timespec64 (value->it_interval); in __timer_settime()
89 its64.it_value = valid_timespec_to_timespec64 (value->it_value); in __timer_settime()
Dfutimens.c49 tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); in __futimens()
50 tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); in __futimens()
Dfstatat64.c134 buf->st_atim = valid_timespec_to_timespec64 (st64.st_atim); in fstatat64_time64_stat()
135 buf->st_mtim = valid_timespec_to_timespec64 (st64.st_mtim); in fstatat64_time64_stat()
136 buf->st_ctim = valid_timespec_to_timespec64 (st64.st_ctim); in fstatat64_time64_stat()
Dtimerfd_gettime.c42 value->it_interval = valid_timespec_to_timespec64 (its32.it_interval); in __timerfd_gettime64()
43 value->it_value = valid_timespec_to_timespec64 (its32.it_value); in __timerfd_gettime64()
Dutimensat.c94 tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); in libc_hidden_def()
95 tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); in libc_hidden_def()
Dclock_gettime.c58 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()
80 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()
Dclock_nanosleep.c67 *rem = valid_timespec_to_timespec64 (tr32); in __clock_nanosleep_time64()
84 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()
Drecvmmsg.c55 *timeout = valid_timespec_to_timespec64 (ts32); in recvmmsg_syscall()
93 ts64 = valid_timespec_to_timespec64 (*timeout); in libc_hidden_def()
Dtimer_gettime.c44 value->it_interval = valid_timespec_to_timespec64 (its32.it_interval); in ___timer_gettime64()
45 value->it_value = valid_timespec_to_timespec64 (its32.it_value); in ___timer_gettime64()
Dthrd_sleep.c46 const struct __timespec64 treq64 = valid_timespec_to_timespec64 (*time_point); in libc_hidden_def()
Dmtx_timedlock.c41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
Depoll_pwait2.c39 tmo64 = valid_timespec_to_timespec64 (*tmo); in libc_hidden_def()
Dnanosleep.c41 treq64 = valid_timespec_to_timespec64 (*req); in libc_hidden_def()
Dcnd_timedwait.c42 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*time_point);
Dsched_rr_gi.c39 *tp = valid_timespec_to_timespec64 (tp32); in __sched_rr_get_interval64()
/glibc-2.36/nptl/
Dpthread_rwlock_timedrdlock.c39 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_rwlock_timedwrlock.c39 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_rwlock_clockrdlock.c41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_rwlock_clockwrlock.c41 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_cond_wait.c656 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
696 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_timedjoin.c42 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dsem_timedwait.c53 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dpthread_clockjoin.c48 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);
Dsem_clockwait.c58 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*abstime);

12