Home
last modified time | relevance | path

Searched refs:SYSCALL_CANCEL (Results 1 – 25 of 71) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/
Dwait4.c30 return SYSCALL_CANCEL (wait4, pid, stat_loc, options, usage); in __wait4_time64()
35 ret = SYSCALL_CANCEL (wait4, pid, stat_loc, options, in __wait4_time64()
61 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, usage) < 0) in __wait4_time64()
66 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, &usage32) < 0) in __wait4_time64()
Dselect.c69 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, exceptfds, in __select64()
78 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, in __select64()
98 int r = SYSCALL_CANCEL (pselect6, nfds, readfds, writefds, exceptfds, pts32, in __select64()
111 int r = SYSCALL_CANCEL (_newselect, nfds, readfds, writefds, exceptfds, ptv32); in __select64()
Dsigtimedwait.c31 result = SYSCALL_CANCEL (rt_sigtimedwait_time64, set, info, timeout, in __sigtimedwait64()
37 result = SYSCALL_CANCEL (rt_sigtimedwait_time64, set, info, timeout, in __sigtimedwait64()
52 result = SYSCALL_CANCEL (rt_sigtimedwait, set, info, pts32, in __sigtimedwait64()
Dppoll.c42 return SYSCALL_CANCEL (ppoll_time64, fds, nfds, timeout, sigmask, in __ppoll64()
49 ret = SYSCALL_CANCEL (ppoll_time64, fds, nfds, timeout, sigmask, in __ppoll64()
61 return SYSCALL_CANCEL (ppoll, fds, nfds, timeout ? &ts32 : NULL, sigmask, in __ppoll64()
Dmq_timedsend.c35 return SYSCALL_CANCEL (mq_timedsend_time64, mqdes, msg_ptr, msg_len, in ___mq_timedsend_time64()
42 int r = SYSCALL_CANCEL (mq_timedsend_time64, mqdes, msg_ptr, msg_len, in ___mq_timedsend_time64()
57 return SYSCALL_CANCEL (mq_timedsend, mqdes, msg_ptr, msg_len, msg_prio, in ___mq_timedsend_time64()
Dmq_timedreceive.c35 return SYSCALL_CANCEL (mq_timedreceive_time64, mqdes, msg_ptr, msg_len, in ___mq_timedreceive_time64()
42 int r = SYSCALL_CANCEL (mq_timedreceive_time64, mqdes, msg_ptr, msg_len, in ___mq_timedreceive_time64()
57 return SYSCALL_CANCEL (mq_timedreceive, mqdes, msg_ptr, msg_len, msg_prio, in ___mq_timedreceive_time64()
Dpause.c29 return SYSCALL_CANCEL (pause); in __libc_pause()
31 return SYSCALL_CANCEL (ppoll, NULL, 0, NULL, NULL); in __libc_pause()
Dmsgsnd.c25 return SYSCALL_CANCEL (msgsnd, msqid, msgp, msgsz, msgflg); in __libc_msgsnd()
27 return SYSCALL_CANCEL (ipc, IPCOP_msgsnd, msqid, msgsz, msgflg, in __libc_msgsnd()
Dsync_file_range.c26 return SYSCALL_CANCEL (sync_file_range2, fd, flags, SYSCALL_LL64 (offset), in sync_file_range()
29 return SYSCALL_CANCEL (sync_file_range, fd, in sync_file_range()
Dmsgrcv.c26 return SYSCALL_CANCEL (msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); in __libc_msgrcv()
28 return SYSCALL_CANCEL (ipc, IPCOP_msgrcv, msqid, msgsz, msgflg, in __libc_msgrcv()
Daccept.c26 return SYSCALL_CANCEL (accept, fd, addr.__sockaddr__, len); in __libc_accept()
28 return SYSCALL_CANCEL (accept4, fd, addr.__sockaddr__, len, 0); in __libc_accept()
Dsend.c26 return SYSCALL_CANCEL (send, fd, buf, len, flags); in __libc_send()
28 return SYSCALL_CANCEL (sendto, fd, buf, len, flags, NULL, 0); in __libc_send()
Drecv.c26 return SYSCALL_CANCEL (recv, fd, buf, len, flags); in __libc_recv()
28 return SYSCALL_CANCEL (recvfrom, fd, buf, len, flags, NULL, NULL); in __libc_recv()
Dpoll.c29 return SYSCALL_CANCEL (poll, fds, nfds, timeout); in __poll()
41 return SYSCALL_CANCEL (ppoll, fds, nfds, timeout_ts_p, NULL, 0); in __poll()
Dpreadv.c28 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv()
36 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv()
Dpwritev.c28 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev()
36 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev()
Dpwritev64.c26 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev64()
34 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev64()
Dpreadv64.c26 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv64()
34 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv64()
Drecvmmsg.c29 int r = SYSCALL_CANCEL (recvmmsg_time64, fd, vmessages, vlen, flags, in recvmmsg_syscall()
48 r = SYSCALL_CANCEL (recvmmsg, fd, vmessages, vlen, flags, pts32); in recvmmsg_syscall()
Dfcntl.c46 return SYSCALL_CANCEL (fcntl64, fd, cmd, arg); in __libc_fcntl()
58 return SYSCALL_CANCEL (fcntl64, fd, cmd, &flk64); in __libc_fcntl()
Dfdatasync.c28 return SYSCALL_CANCEL (fdatasync, fd); in fdatasync()
Dfsync.c27 return SYSCALL_CANCEL (fsync, fd); in fsync()
Dtcdrain.c28 return SYSCALL_CANCEL (ioctl, fd, TCSBRK, 1); in __libc_tcdrain()
Dmsync.c25 return SYSCALL_CANCEL (msync, addr, length, flags); in msync()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dselect.c30 return SYSCALL_CANCEL (select, nfds, readfds, writefds, exceptfds, timeout); in __new_select()
46 return SYSCALL_CANCEL (osf_select, nfds, readfds, writefds, exceptfds, in __select_tv32()

123