Searched refs:timo64 (Results 1 – 1 of 1) sorted by relevance
36 struct timespec64 timo64 = {0}; in futex_waitv() local38 timo64.tv_sec = timo->tv_sec; in futex_waitv()39 timo64.tv_nsec = timo->tv_nsec; in futex_waitv()40 return tst_syscall(__NR_futex_waitv, waiters, nr_waiters, flags, &timo64, clockid); in futex_waitv()