Home
last modified time | relevance | path

Searched refs:tp32 (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dclock_gettime.c54 struct timespec tp32; in __clock_gettime64() local
55 r = INTERNAL_VSYSCALL_CALL (vdso_time, 2, clock_id, &tp32); in __clock_gettime64()
56 if (r == 0 && tp32.tv_sec >= 0) in __clock_gettime64()
58 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()
76 struct timespec tp32; in __clock_gettime64() local
77 r = INTERNAL_SYSCALL_CALL (clock_gettime, clock_id, &tp32); in __clock_gettime64()
80 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64()
A Dsched_rr_gi.c36 struct timespec tp32; in __sched_rr_get_interval64() local
37 ret = INLINE_SYSCALL_CALL (sched_rr_get_interval, pid, &tp32); in __sched_rr_get_interval64()
39 *tp = valid_timespec_to_timespec64 (tp32); in __sched_rr_get_interval64()

Completed in 3 milliseconds