Home
last modified time | relevance | path

Searched refs:MEVENT_MAX (Results 1 – 2 of 2) sorted by relevance

/devicemodel/core/
A Dmevent.c47 #define MEVENT_MAX 64 macro
99 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()
A Diothread.c25 #define MEVENT_MAX 64 macro
35 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