Home
last modified time | relevance | path

Searched refs:MAX_EVENTS (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_wait_test.cpp15 constexpr int MAX_EVENTS = 10; variable
34 epoll_event events[MAX_EVENTS];
35 int numEvents = epoll_wait(epollFd, events, MAX_EVENTS, -1);
/third_party/libcoap/man/
Dcoap_io.txt.in414 #define MAX_EVENTS 10
423 struct epoll_event events[MAX_EVENTS];
461 nevents = epoll_wait(epoll_fd, events, MAX_EVENTS, -1);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h112 MAX_EVENTS = 2 enumerator
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c2624 #define MAX_EVENTS 128 macro
2641 struct epoll_event events[MAX_EVENTS]; in MHD_epoll()
2706 num_events = MAX_EVENTS; in MHD_epoll()
2707 while (MAX_EVENTS == num_events) in MHD_epoll()
2711 events, MAX_EVENTS, timeout_ms); in MHD_epoll()
3471 daemon->epoll_fd = epoll_create (MAX_EVENTS); in setup_epoll_to_listen()