Home
last modified time | relevance | path

Searched refs:cancel_oldtype (Results 1 – 25 of 29) sorted by relevance

12

/sysdeps/mach/hurd/
A Dfsync.c29 int cancel_oldtype; in fsync() local
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fsync()
33 LIBC_CANCEL_RESET (cancel_oldtype); in fsync()
A Dfdatasync.c29 int cancel_oldtype; in fdatasync() local
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fdatasync()
33 LIBC_CANCEL_RESET (cancel_oldtype); in fdatasync()
A Dclose.c29 int cancel_oldtype; in __close() local
31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __close()
33 LIBC_CANCEL_RESET (cancel_oldtype); in __close()
A Dconnect.c38 int cancel_oldtype; in __connect() local
46 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()
48 LIBC_CANCEL_RESET (cancel_oldtype); in __connect()
71 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __connect()
73 LIBC_CANCEL_RESET (cancel_oldtype); in __connect()
A Dsend.c31 int cancel_oldtype; in __send() local
33 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __send()
38 LIBC_CANCEL_RESET (cancel_oldtype); in __send()
A Dwait4.c33 int cancel_oldtype; in __wait4() local
35 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __wait4()
39 LIBC_CANCEL_RESET (cancel_oldtype); in __wait4()
A Dopenat.c37 int cancel_oldtype; in __openat() local
49 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __openat()
51 LIBC_CANCEL_RESET (cancel_oldtype); in __openat()
A Dopen.c33 int cancel_oldtype; in __libc_open() local
45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_open()
47 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_open()
A Drecvfrom.c43 int cancel_oldtype; in __recvfrom() local
45 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()
52 LIBC_CANCEL_RESET (cancel_oldtype); in __recvfrom()
64 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recvfrom()
66 LIBC_CANCEL_RESET (cancel_oldtype); in __recvfrom()
A Dpread64.c27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pread64() local
29 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_pread64()
A Dpwrite64.c27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pwrite64() local
29 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_pwrite64()
A Dread.c26 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_read() local
28 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_read()
A Dwrite.c25 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_write() local
27 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_write()
A Drecv.c40 int cancel_oldtype; in __recv() local
42 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recv()
49 LIBC_CANCEL_RESET (cancel_oldtype); in __recv()
A Dsigsuspend.c34 int cancel_oldtype; in __sigsuspend() local
65 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigsuspend()
68 LIBC_CANCEL_RESET (cancel_oldtype); in __sigsuspend()
A Dmsync.c48 int cancel_oldtype; in msync() local
79 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
82 LIBC_CANCEL_RESET (cancel_oldtype); in msync()
A Daccept4.c45 int cancel_oldtype; in __libc_accept4() local
52 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_accept4()
54 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_accept4()
A Drecvmsg.c46 int cancel_oldtype; in __libc_recvmsg() local
53 int cancel_oldtype; in __libc_recvmsg() local
55 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
65 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_recvmsg()
88 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
94 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_recvmsg()
104 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_recvmsg()
106 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_recvmsg()
A Dwaitid.c36 int cancel_oldtype; in __waitid() local
70 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __waitid()
80 LIBC_CANCEL_RESET (cancel_oldtype); in __waitid()
A Dsigwait.c37 int cancel_oldtype; in __sigwait() local
76 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigwait()
134 LIBC_CANCEL_RESET (cancel_oldtype); in __sigwait()
A Dsendto.c86 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sendto()
92 LIBC_CANCEL_RESET (cancel_oldtype); in __sendto()
/sysdeps/mach/
A Dusleep.c29 int cancel_oldtype; in usleep() local
34 cancel_oldtype = LIBC_CANCEL_ASYNC(); in usleep()
37 LIBC_CANCEL_RESET (cancel_oldtype); in usleep()
A Dsleep.c34 int cancel_oldtype; in __sleep() local
39 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sleep()
42 LIBC_CANCEL_RESET (cancel_oldtype); in __sleep()
A Dmsync.c41 int cancel_oldtype; in msync() local
50 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync()
53 LIBC_CANCEL_RESET (cancel_oldtype); in msync()
A Dclock_nanosleep.c43 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in nanosleep_call() local
46 LIBC_CANCEL_RESET (cancel_oldtype); in nanosleep_call()

Completed in 15 milliseconds

12