/sysdeps/mach/hurd/ |
A D | fsync.c | 29 int cancel_oldtype; in fsync() local 31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fsync() 33 LIBC_CANCEL_RESET (cancel_oldtype); in fsync()
|
A D | fdatasync.c | 29 int cancel_oldtype; in fdatasync() local 31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in fdatasync() 33 LIBC_CANCEL_RESET (cancel_oldtype); in fdatasync()
|
A D | close.c | 29 int cancel_oldtype; in __close() local 31 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __close() 33 LIBC_CANCEL_RESET (cancel_oldtype); in __close()
|
A D | connect.c | 38 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 D | send.c | 31 int cancel_oldtype; in __send() local 33 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __send() 38 LIBC_CANCEL_RESET (cancel_oldtype); in __send()
|
A D | wait4.c | 33 int cancel_oldtype; in __wait4() local 35 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __wait4() 39 LIBC_CANCEL_RESET (cancel_oldtype); in __wait4()
|
A D | openat.c | 37 int cancel_oldtype; in __openat() local 49 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __openat() 51 LIBC_CANCEL_RESET (cancel_oldtype); in __openat()
|
A D | open.c | 33 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 D | recvfrom.c | 43 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 D | pread64.c | 27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pread64() local 29 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_pread64()
|
A D | pwrite64.c | 27 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_pwrite64() local 29 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_pwrite64()
|
A D | read.c | 26 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_read() local 28 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_read()
|
A D | write.c | 25 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __libc_write() local 27 LIBC_CANCEL_RESET (cancel_oldtype); in __libc_write()
|
A D | recv.c | 40 int cancel_oldtype; in __recv() local 42 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __recv() 49 LIBC_CANCEL_RESET (cancel_oldtype); in __recv()
|
A D | sigsuspend.c | 34 int cancel_oldtype; in __sigsuspend() local 65 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigsuspend() 68 LIBC_CANCEL_RESET (cancel_oldtype); in __sigsuspend()
|
A D | msync.c | 48 int cancel_oldtype; in msync() local 79 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync() 82 LIBC_CANCEL_RESET (cancel_oldtype); in msync()
|
A D | accept4.c | 45 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 D | recvmsg.c | 46 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 D | waitid.c | 36 int cancel_oldtype; in __waitid() local 70 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __waitid() 80 LIBC_CANCEL_RESET (cancel_oldtype); in __waitid()
|
A D | sigwait.c | 37 int cancel_oldtype; in __sigwait() local 76 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sigwait() 134 LIBC_CANCEL_RESET (cancel_oldtype); in __sigwait()
|
A D | sendto.c | 86 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sendto() 92 LIBC_CANCEL_RESET (cancel_oldtype); in __sendto()
|
/sysdeps/mach/ |
A D | usleep.c | 29 int cancel_oldtype; in usleep() local 34 cancel_oldtype = LIBC_CANCEL_ASYNC(); in usleep() 37 LIBC_CANCEL_RESET (cancel_oldtype); in usleep()
|
A D | sleep.c | 34 int cancel_oldtype; in __sleep() local 39 cancel_oldtype = LIBC_CANCEL_ASYNC(); in __sleep() 42 LIBC_CANCEL_RESET (cancel_oldtype); in __sleep()
|
A D | msync.c | 41 int cancel_oldtype; in msync() local 50 cancel_oldtype = LIBC_CANCEL_ASYNC(); in msync() 53 LIBC_CANCEL_RESET (cancel_oldtype); in msync()
|
A D | clock_nanosleep.c | 43 int cancel_oldtype = LIBC_CANCEL_ASYNC(); in nanosleep_call() local 46 LIBC_CANCEL_RESET (cancel_oldtype); in nanosleep_call()
|