Lines Matching refs:err
72 int err; in __futex_abstimed_wait_common() local
87 err = __futex_abstimed_wait_common64 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
93 err = __futex_abstimed_wait_common64 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
95 if (err == -ENOSYS) in __futex_abstimed_wait_common()
96 err = -EOVERFLOW; in __futex_abstimed_wait_common()
99 err = __futex_abstimed_wait_common32 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
103 switch (err) in __futex_abstimed_wait_common()
113 return -err; in __futex_abstimed_wait_common()
148 int err; in libc_hidden_def() local
155 err = INTERNAL_SYSCALL_CALL (futex_time64, futex_word, op_pi2, 0, abstime); in libc_hidden_def()
163 err = INTERNAL_SYSCALL_CALL (futex_time64, futex_word, op_pi, 0, abstime); in libc_hidden_def()
167 err = INTERNAL_SYSCALL_CALL (futex_time64, futex_word, op_pi, 0, abstime); in libc_hidden_def()
176 err = INTERNAL_SYSCALL_CALL (futex, futex_word, op_pi, 0, pts32); in libc_hidden_def()
180 if (err == -ENOSYS) in libc_hidden_def()
181 err = -EINVAL; in libc_hidden_def()
184 switch (err) in libc_hidden_def()
197 return -err; in libc_hidden_def()