Home | History | Annotate | Download | only in msan

Lines Matching refs:epfd

721 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
724 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout);
731 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
734 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);