Searched refs:MEVENT_MAX (Results 1 – 2 of 2) sorted by relevance
47 #define MEVENT_MAX 64 macro99 char buf[MEVENT_MAX]; in mevent_pipe_read()108 } while (status == MEVENT_MAX); in mevent_pipe_read()408 struct epoll_event eventlist[MEVENT_MAX]; in mevent_dispatch()442 ret = epoll_wait(epoll_fd, eventlist, MEVENT_MAX, -1); in mevent_dispatch()
25 #define MEVENT_MAX 64 macro35 struct epoll_event eventlist[MEVENT_MAX]; in io_thread()43 n = epoll_wait(ioctx_x->epfd, eventlist, MEVENT_MAX, -1); in io_thread()
Completed in 7 milliseconds