HomeSort by: relevance | last modified time | path
    Searched defs:epoll_event (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
epoll.h 76 struct epoll_event { struct
83 int fd, struct epoll_event *event);
85 struct epoll_event *events, int maxevents, struct timespec *tsp,
92 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
93 int epoll_wait(int epfd, struct epoll_event *events, int maxevents,
95 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents,
97 int epoll_pwait2(int epfd, struct epoll_event *events, int maxevents,
epoll.h 76 struct epoll_event { struct
83 int fd, struct epoll_event *event);
85 struct epoll_event *events, int maxevents, struct timespec *tsp,
92 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
93 int epoll_wait(int epfd, struct epoll_event *events, int maxevents,
95 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents,
97 int epoll_pwait2(int epfd, struct epoll_event *events, int maxevents,

Completed in 40 milliseconds