/third_party/ltp/include/lapi/ |
D | epoll.h | 25 int maxevents, int timeout, in epoll_pwait() argument 28 return tst_syscall(__NR_epoll_pwait, epfd, events, maxevents, in epoll_pwait() 41 int maxevents, const struct timespec *timeout, in epoll_pwait2() argument 45 return tst_syscall(__NR_epoll_pwait2, epfd, events, maxevents, in epoll_pwait2() 53 return tst_syscall(__NR_epoll_pwait2, epfd, events, maxevents, in epoll_pwait2()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait_var.h | 17 maxevents, int timeout, const sigset_t *sigmask) in do_epoll_pwait() argument 20 return epoll_pwait(epfd, events, maxevents, timeout, sigmask); in do_epoll_pwait() 25 return epoll_pwait2(epfd, events, maxevents, NULL, sigmask); in do_epoll_pwait() 31 return epoll_pwait2(epfd, events, maxevents, &ts, sigmask); in do_epoll_pwait()
|
/third_party/ltp/include/ |
D | tst_epoll.h | 31 int maxevents, int timeout); 33 #define SAFE_EPOLL_WAIT(epfd, events, maxevents, timeout)\ argument 34 safe_epoll_wait(__FILE__, __LINE__, epfd, events, maxevents, timeout)
|
/third_party/ltp/lib/ |
D | tst_epoll.c | 69 int maxevents, int timeout) in safe_epoll_wait() argument 71 int ret = epoll_wait(epfd, events, maxevents, timeout); in safe_epoll_wait() 76 epfd, maxevents, timeout); in safe_epoll_wait()
|
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 802 int maxevents); 813 int maxevents = -1; in select_epoll_poll() local 828 maxevents = _PyLong_AsInt(args[1]); in select_epoll_poll() 829 if (maxevents == -1 && PyErr_Occurred()) { in select_epoll_poll() 833 return_value = select_epoll_poll_impl(self, timeout_obj, maxevents); in select_epoll_poll() 1052 int maxevents, PyObject *otimeout); 1059 int maxevents; in select_kqueue_control() local 1066 maxevents = _PyLong_AsInt(args[1]); in select_kqueue_control() 1067 if (maxevents == -1 && PyErr_Occurred()) { in select_kqueue_control() 1075 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.c | 283 int maxevents, int timeout) { in epoll_wait() argument 304 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) { in epoll_wait() 322 maxevents = maxevents - pollmsgret; /* allow spot for message queue */ in epoll_wait() 325 nevents < maxevents && in epoll_wait()
|
D | os390-syscalls.h | 57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
|
/third_party/node/deps/uv/src/unix/ |
D | os390-syscalls.c | 283 int maxevents, int timeout) { in epoll_wait() argument 304 if (maxevents <= 0 || maxevents > EP_MAX_EVENTS) { in epoll_wait() 322 maxevents = maxevents - pollmsgret; /* allow spot for message queue */ in epoll_wait() 325 nevents < maxevents && in epoll_wait()
|
D | os390-syscalls.h | 57 int epoll_wait(uv__os390_epoll* ep, struct epoll_event *events, int maxevents, int timeout);
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait03.c | 36 int maxevents; member 65 TST_EXP_FAIL(epoll_wait(*tc[n].epfd, *tc[n].ev, tc[n].maxevents, -1), in verify_epoll_wait()
|
/third_party/python/Modules/ |
D | selectmodule.c | 1513 int maxevents) in select_epoll_poll_impl() argument 1557 if (maxevents == -1) { in select_epoll_poll_impl() 1558 maxevents = FD_SETSIZE-1; in select_epoll_poll_impl() 1560 else if (maxevents < 1) { in select_epoll_poll_impl() 1563 maxevents); in select_epoll_poll_impl() 1567 evs = PyMem_New(struct epoll_event, maxevents); in select_epoll_poll_impl() 1576 nfds = epoll_wait(self->epfd, evs, maxevents, (int)ms); in select_epoll_poll_impl() 2086 int maxevents, PyObject *otimeout) in select_kqueue_control_impl() argument 2104 if (maxevents < 0) { in select_kqueue_control_impl() 2107 maxevents); in select_kqueue_control_impl() [all …]
|
/third_party/lwip/ |
D | 0034-add-accept4-and-epoll_create1.patch | 178 int (*epoll_wait_fn)(int epfd, struct epoll_event *events, int maxevents, int timeout);
|
D | 0002-adapt-lstack.patch | 5470 + int (*epoll_wait_fn)(int epfd, struct epoll_event *events, int maxevents, int timeout);
|
/third_party/python/Lib/test/ |
D | test_epoll.py | 182 events = ep.poll(timeout=0.1, maxevents=4)
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 1042 maxevents: ::c_int, in epoll_wait()
|
/third_party/python/Doc/library/ |
D | select.rst | 362 .. method:: epoll.poll(timeout=None, maxevents=-1)
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2957 maxevents: ::c_int, in epoll_pwait() 2967 maxevents: ::c_int, in epoll_wait()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4020 maxevents: ::c_int, in epoll_pwait() 4126 maxevents: ::c_int, in epoll_wait()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3228 maxevents: ::c_int, in epoll_wait()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 11123 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 11131 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 11138 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 11148 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 19698 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 19713 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 19726 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo… 19745 …<parameter type-id='type-id-41' name='maxevents' filepath='../../.././libsanitizer/sanitizer_commo…
|
/third_party/NuttX/ |
D | ReleaseNotes | 27584 must loop until "maxevents" to fille output evs array
|