Searched defs:maxevents (Results 1 - 8 of 8) sorted by relevance
| /third_party/ltp/include/lapi/ |
| H A D | epoll.h | 24 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) epoll_pwait() argument 40 epoll_pwait2(int epfd, struct epoll_event *events, int maxevents, const struct timespec *timeout, const sigset_t *sigmask) epoll_pwait2() argument
|
| /third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
| H A D | epoll_pwait_var.h | 16 do_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) do_epoll_pwait() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_epoll.c | 67 safe_epoll_wait(const char *const file, const int lineno, int epfd, struct epoll_event *events, int maxevents, int timeout) safe_epoll_wait() argument
|
| /third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
| H A D | epoll_wait03.c | 36 int maxevents; member
|
| /third_party/libuv/src/unix/ |
| H A D | os390-syscalls.c | 282 epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, int maxevents, int timeout) epoll_wait() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | os390-syscalls.c | 282 epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, int maxevents, int timeout) epoll_wait() argument
|
| /third_party/python/Modules/clinic/ |
| H A D | selectmodule.c.h | 821 int maxevents = -1; in select_epoll_poll() local 1069 int maxevents; select_kqueue_control() local [all...] |
| /third_party/python/Modules/ |
| H A D | selectmodule.c | 1533 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, int maxevents) select_epoll_poll_impl() argument 2106 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist, int maxevents, PyObject *otimeout) select_kqueue_control_impl() argument [all...] |
Completed in 7 milliseconds