HomeSort by relevance Sort by last modified time
    Searched refs:max_events (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
epoll_wait.cpp 31 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) {
32 return epoll_pwait(fd, events, max_events, timeout, NULL);
epoll_pwait.cpp 35 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) {
42 return __epoll_pwait(fd, events, max_events, timeout, kernel_ss_ptr, sizeof(kernel_ss));
  /external/dbus/dbus/
dbus-socket-set.h 56 int max_events,
107 int max_events,
110 return (self->cls->poll) (self, revents, max_events, timeout_ms);
dbus-socket-set-epoll.c 290 int max_events,
298 _dbus_assert (max_events > 0);
301 MIN (_DBUS_N_ELEMENTS (events), max_events),
dbus-socket-set-poll.c 271 int max_events,
279 _dbus_assert (max_events > 0);
300 /* We ignore events beyond max_events because we have nowhere to
303 if (n_events == max_events)
  /external/vboot_reference/tests/
vboot_api_devmode_tests.c 142 static int max_events; variable
183 max_events = 0;
255 if (current_event < max_events &&
313 max_events = test[i].num_events;
  /external/wpa_supplicant_8/src/drivers/
netlink.c 44 int max_events = 10; local
78 if (--max_events > 0) {

Completed in 180 milliseconds