Searched refs:LIBC_CANCEL_ASYNC (Results 1 – 25 of 35) sorted by relevance
12
6 #define LIBC_CANCEL_ASYNC() 0 /* Just a dummy value. */ macro
46 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()71 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()
14 #define LIBC_CANCEL_ASYNC() ({ \ macro
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fsync()
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fdatasync()
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __close()
27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pread64()
27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pwrite64()
26 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_read()
25 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_write()
45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()64 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()
33 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __send()
35 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __wait4()
49 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __openat()
45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_open()
42 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recv()
65 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigsuspend()
55 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()
79 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
52 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_accept4()
30 #define LIBC_CANCEL_ASYNC() __pthread_enable_asynccancel () macro
34 cancel_oldtype = LIBC_CANCEL_ASYNC(); in usleep()
39 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sleep()
50 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
125 int __oldtype = LIBC_CANCEL_ASYNC (); \134 int __oldtype = LIBC_CANCEL_ASYNC (); \
Completed in 13 milliseconds