Home
last modified time | relevance | path

Searched refs:LIBC_CANCEL_ASYNC (Results 1 – 25 of 35) sorted by relevance

12

/sysdeps/generic/
A Dsysdep-cancel.h6 #define LIBC_CANCEL_ASYNC() 0 /* Just a dummy value. */ macro
/sysdeps/mach/hurd/
A Dconnect.c46 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()
71 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()
A Dsysdep-cancel.h14 #define LIBC_CANCEL_ASYNC() ({ \ macro
A Dfsync.c31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fsync()
A Dfdatasync.c31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fdatasync()
A Dclose.c31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __close()
A Dpread64.c27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pread64()
A Dpwrite64.c27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pwrite64()
A Dread.c26 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_read()
A Dwrite.c25 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_write()
A Drecvfrom.c45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()
64 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()
A Dsend.c33 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __send()
A Dwait4.c35 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __wait4()
A Dopenat.c49 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __openat()
A Dopen.c45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_open()
A Drecv.c42 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recv()
A Dsigsuspend.c65 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigsuspend()
A Drecvmsg.c55 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
88 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
104 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
A Dmsync.c79 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
A Daccept4.c52 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_accept4()
/sysdeps/unix/sysv/linux/
A Dsysdep-cancel.h30 #define LIBC_CANCEL_ASYNC() __pthread_enable_asynccancel () macro
/sysdeps/mach/
A Dusleep.c34 cancel_oldtype = LIBC_CANCEL_ASYNC(); in usleep()
A Dsleep.c39 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sleep()
A Dmsync.c50 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
/sysdeps/nptl/
A Dlowlevellock-futex.h125 int __oldtype = LIBC_CANCEL_ASYNC (); \
134 int __oldtype = LIBC_CANCEL_ASYNC (); \

Completed in 13 milliseconds

12