Home
last modified time | relevance | path

Searched refs:INTERNAL_SYSCALL_CANCEL (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dclock_nanosleep.c48 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep_time64, clock_id, flags, req, in __clock_nanosleep_time64()
53 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep_time64, clock_id, flags, in __clock_nanosleep_time64()
62 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep, clock_id, flags, &ts32, in __clock_nanosleep_time64()
/glibc-2.36/nptl/
Dfutex-internal.c40 return INTERNAL_SYSCALL_CANCEL (futex, futex_word, op, expected, in __futex_abstimed_wait_common32()
57 return INTERNAL_SYSCALL_CANCEL (futex_time64, futex_word, op, expected, in __futex_abstimed_wait_common64()
/glibc-2.36/sysdeps/unix/
Dsysdep.h134 #define INTERNAL_SYSCALL_CANCEL(...) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.198144 Use INTERNAL_SYSCALL_CANCEL.
15421 * sysdeps/unix/sysdep.h (INTERNAL_SYSCALL_CANCEL): New macro.
DChangeLog.2316063 (INTERNAL_SYSCALL_CANCEL): Modified.