Home
last modified time | relevance | path

Searched defs:max_events (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dsys_epoll.cpp50 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 Depoll.cpp79 const auto max_events = epoll_handlers_.size(); in Wait() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto7901 optional int32 max_events = 9; field