HomeSort by: relevance | last modified time | path
    Searched refs:epoll_pwait (Results 1 - 4 of 4) 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 in typeref:typename:int
  /src/sys/sys/
epoll.h 95 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents,
  /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)

Completed in 15 milliseconds