HomeSort by: relevance | last modified time | path
    Searched refs:epoll_pwait (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/sys/
epoll.c 52 return epoll_pwait(epfd, events, maxevents, timeout, NULL);
56 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, function
  /src/sys/sys/
epoll.h 95 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
epoll.d 220 * ss = a signal set. May be specified as `null`, in which case epoll_pwait() is
227 int epoll_pwait (int epfd, epoll_event *events, int maxevents, int timeout,
  /src/external/mit/libuv/dist/src/unix/
epoll.c 226 nfds = epoll_pwait(loop->backend_fd,
278 /* epoll_wait() or epoll_pwait() failed, try the other system call. */
linux.c 1447 * we enter epoll_pwait().
1465 nfds = epoll_pwait(epollfd, events, ARRAY_SIZE(events), timeout, sigmask);
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 339 SYSCALL (319, epoll_pwait)
i386-linux-tdep.c 723 SYSCALL_MAP (epoll_pwait);
loongarch-linux-tdep.c 614 SYSCALL_MAP (epoll_pwait);
aarch64-linux-tdep.c 2072 SYSCALL_MAP (epoll_pwait);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 871 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
874 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);
880 #define MSAN_MAYBE_INTERCEPT_EPOLL_PWAIT INTERCEPT_FUNCTION(epoll_pwait)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1838 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout,
1840 SCOPED_TSAN_INTERCEPTOR(epoll_pwait, epfd, ev, cnt, timeout, sigmask);
1843 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
1854 TSAN_INTERCEPT(epoll_pwait)
  /src/external/bsd/dhcpcd/dist/src/
eloop.c 1042 n = epoll_pwait(eloop->fd, eloop->fds,
  /src/external/gpl3/gcc/dist/c++tools/
server.cc 73 /* epoll_create, epoll_ctl, epoll_pwait */
634 event_count = epoll_pwait (epoll_fd, events, max_events, -1, &mask);
configure 3566 # Check for epoll_create, epoll_ctl, epoll_pwait
3586 epoll_pwait (fd, 0, 0, -1, 0);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1975 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout,
1977 SCOPED_TSAN_INTERCEPTOR(epoll_pwait, epfd, ev, cnt, timeout, sigmask);
1980 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
2012 TSAN_INTERCEPT(epoll_pwait); \
  /src/external/gpl3/gcc.old/dist/c++tools/
server.cc 73 /* epoll_create, epoll_ctl, epoll_pwait */
634 event_count = epoll_pwait (epoll_fd, events, max_events, -1, &mask);
configure 3544 # Check for epoll_create, epoll_ctl, epoll_pwait
3564 epoll_pwait (fd, 0, 0, -1, 0);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1904 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout,
1906 SCOPED_TSAN_INTERCEPTOR(epoll_pwait, epfd, ev, cnt, timeout, sigmask);
1909 int res = BLOCK_REAL(epoll_pwait)(epfd, ev, cnt, timeout, sigmask);
1920 TSAN_INTERCEPT(epoll_pwait)
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-tdep.c 2074 SYSCALL_MAP (epoll_pwait);

Completed in 55 milliseconds