Searched defs:max_events (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | sys_epoll.cpp | 50 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait() 61 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64() 65 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait()
|
/aosp12/system/core/init/ |
H A D | epoll.cpp | 79 const auto max_events = epoll_handlers_.size(); in Wait() local
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 7901 optional int32 max_events = 9; field
|