Home
last modified time | relevance | path

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

123

/sysdeps/unix/sysv/linux/
A Dpause.c29 return SYSCALL_CANCEL (pause); in __libc_pause()
31 return SYSCALL_CANCEL (ppoll, NULL, 0, NULL, NULL); in __libc_pause()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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 (select, nfds, readfds, writefds, exceptfds, ptv32); in __select64()
A 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()
A Dfdatasync.c28 return SYSCALL_CANCEL (fdatasync, fd); in fdatasync()
A Dfsync.c27 return SYSCALL_CANCEL (fsync, fd); in fsync()
A Dtcdrain.c28 return SYSCALL_CANCEL (ioctl, fd, TCSBRK, 1); in __libc_tcdrain()
A Dmsync.c25 return SYSCALL_CANCEL (msync, addr, length, flags); in msync()
A Dopen_by_handle_at.c27 return SYSCALL_CANCEL (open_by_handle_at, mount_fd, handle, flags); in open_by_handle_at()
A Dtee.c25 return SYSCALL_CANCEL (tee, src, dest, len, flags); in tee()
/sysdeps/unix/sysv/linux/alpha/
A 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()

Completed in 18 milliseconds

123