Lines Matching refs:timeout
25 const struct __timespec64 *timeout) in semtimedop_syscall() argument
28 return INLINE_SYSCALL_CALL (semtimedop_time64, semid, sops, nsops, timeout); in semtimedop_syscall()
30 return INLINE_SYSCALL_CALL (semtimedop, semid, sops, nsops, timeout); in semtimedop_syscall()
33 SEMTIMEDOP_IPC_ARGS (nsops, sops, timeout)); in semtimedop_syscall()
40 const struct __timespec64 *timeout) in __semtimedop64() argument
43 return semtimedop_syscall (semid, sops, nsops, timeout); in __semtimedop64()
45 bool need_time64 = timeout != NULL && !in_time_t_range (timeout->tv_sec); in __semtimedop64()
48 int r = semtimedop_syscall (semid, sops, nsops, timeout); in __semtimedop64()
56 if (timeout != NULL) in __semtimedop64()
58 ts32 = valid_timespec64_to_timespec (*timeout); in __semtimedop64()
74 const struct timespec *timeout) in libc_hidden_def()
77 if (timeout != NULL) in libc_hidden_def()
79 ts64 = valid_timespec_to_timespec64 (*timeout); in libc_hidden_def()