Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 2065) sorted by relevance

12345678910>>...83

/dports/devel/libepoll-shim/epoll-shim-0.0.20210418/test/
H A Dsocketpair-test.c45 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
61 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
84 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
86 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
93 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
95 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
100 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
102 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
107 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
112 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
[all …]
H A Dtst-epoll.c125 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
131 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
139 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
177 r = epoll_wait(ep, events, MAXEVENTS, -1); in ATF_TC_BODY_FD_LEAKCHECK()
180 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
213 r = epoll_wait(ep, events, MAXEVENTS, 0); in t1_func()
231 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
244 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
257 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
262 r = epoll_wait(ep, events, MAXEVENTS, 0); in ATF_TC_BODY_FD_LEAKCHECK()
[all …]
H A Dpipe-test.c59 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
75 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
77 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
117 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 1); in ATF_TC_BODY_FD_LEAKCHECK()
123 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
168 int ret = epoll_wait(ep, eps, 32, 0); in ATF_TC_BODY_FD_LEAKCHECK()
174 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
233 int ret = epoll_wait(ep, eps, 32, 0); in ATF_TC_BODY_FD_LEAKCHECK()
245 ATF_REQUIRE(epoll_wait(ep, eps, 32, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
293 int ret = epoll_wait(ep, eps, 32, 0); in ATF_TC_BODY_FD_LEAKCHECK()
[all …]
H A Depoll-test.c70 ret = epoll_wait(ep, &event, 1, 300); in connector_client()
305 epoll_wait(fd, evs, /**/ in ATF_TC_BODY_FD_LEAKCHECK()
311 epoll_wait(fd, evs, /**/ in ATF_TC_BODY_FD_LEAKCHECK()
323 ATF_REQUIRE(epoll_wait(ep, &event, 1, 1) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
324 ATF_REQUIRE(epoll_wait(ep, &event, 1, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
1011 int ret = epoll_wait(ep, &event, 1, 1000); in ATF_TC_BODY_FD_LEAKCHECK()
1104 int r = epoll_wait(ep, &event_result, 1, 1000); in epollpri_thread_fun()
1150 int r = epoll_wait(ep, &event, 1, 0); in ATF_TC_BODY_FD_LEAKCHECK()
1168 ATF_REQUIRE(epoll_wait(ep, &event, 1, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
1173 ATF_REQUIRE(epoll_wait(ep, &event, 1, 0) == 0); in ATF_TC_BODY_FD_LEAKCHECK()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Depoll_wait.texi1 @node epoll_wait
2 @subsection @code{epoll_wait}
3 @findex epoll_wait
7 …:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_wait.2.html,,man epoll_wait}
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
179 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
180 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
210 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
211 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 0); in TEST()
321 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
326 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
360 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
179 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
180 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
210 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
211 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 0); in TEST()
321 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
326 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
360 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
179 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
180 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
210 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
211 EXPECT_EQ(epoll_wait(efd, &e, 1, 0), 0); in TEST()
321 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
326 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
360 ASSERT_EQ(epoll_wait(efd, &e, 1, 0), 1); in TEST()
[all …]
/dports/net/libzmq4/zeromq-4.3.4/external/wepoll/
H A DREADME.md106 to [`epoll_wait()`](#epoll_wait).
109 ### epoll_wait subsection
112 int epoll_wait(HANDLE ephnd,
132 * [Linux man page][man epoll_wait]
157 back by [`epoll_wait()`](#epoll_wait).
160 [`epoll_wait()`](#epoll_wait).
185 [`epoll_wait()`](#epoll_wait), regardless of the event mask that was passed to
195 [man epoll_wait]: http://man7.org/linux/man-pages/man2/epoll_wait.2.html
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/external/wepoll/
H A DREADME.md106 to [`epoll_wait()`](#epoll_wait).
109 ### epoll_wait subsection
112 int epoll_wait(HANDLE ephnd,
132 * [Linux man page][man epoll_wait]
157 back by [`epoll_wait()`](#epoll_wait).
160 [`epoll_wait()`](#epoll_wait).
185 [`epoll_wait()`](#epoll_wait), regardless of the event mask that was passed to
195 [man epoll_wait]: http://man7.org/linux/man-pages/man2/epoll_wait.2.html
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A DREADME.md106 to [`epoll_wait()`](#epoll_wait).
109 ### epoll_wait subsection
112 int epoll_wait(HANDLE ephnd,
132 * [Linux man page][man epoll_wait]
157 back by [`epoll_wait()`](#epoll_wait).
160 [`epoll_wait()`](#epoll_wait).
185 [`epoll_wait()`](#epoll_wait), regardless of the event mask that was passed to
195 [man epoll_wait]: http://man7.org/linux/man-pages/man2/epoll_wait.2.html
/dports/textproc/jql/jql-3.0.6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A DREADME.md106 to [`epoll_wait()`](#epoll_wait).
109 ### epoll_wait subsection
112 int epoll_wait(HANDLE ephnd,
132 * [Linux man page][man epoll_wait]
157 back by [`epoll_wait()`](#epoll_wait).
160 [`epoll_wait()`](#epoll_wait).
185 [`epoll_wait()`](#epoll_wait), regardless of the event mask that was passed to
195 [man epoll_wait]: http://man7.org/linux/man-pages/man2/epoll_wait.2.html
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A DREADME.md106 to [`epoll_wait()`](#epoll_wait).
109 ### epoll_wait
112 int epoll_wait(HANDLE ephnd,
132 * [Linux man page][man epoll_wait]
157 back by [`epoll_wait()`](#epoll_wait).
160 [`epoll_wait()`](#epoll_wait).
185 [`epoll_wait()`](#epoll_wait), regardless of the event mask that was passed to
195 [man epoll_wait]: http://man7.org/linux/man-pages/man2/epoll_wait.2.html
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Depoll_wait.texi1 @node epoll_wait
2 @subsection @code{epoll_wait}
3 @findex epoll_wait
/dports/devel/p5-Sys-Syscall/Sys-Syscall-0.25/t/
H A D01-epoll.t35 is(epoll_wait($epfd, 1, 500, $events), 1, "epoll_wait");
45 is(epoll_wait($epfd, 1, 1000, $events), 0, "get no events");
79 is(epoll_wait($epfd, 2, 500, $events), 2, "epoll_wait") or diag("Got $events->[0][0] (listen=$lifd1…
/dports/comms/ser2net/ser2net-3.5.1/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/net-im/tox/c-toxcore-0.2.13/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-socket-set-epoll.c304 n_ready = epoll_wait (self->epfd, events, in socket_set_epoll_poll()
359 ret = epoll_wait (epfd, &output, 1, -1); in main()
362 ret = epoll_wait (epfd, &output, 1, 1); in main()
369 ret = epoll_wait (epfd, &output, 1, -1); in main()
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 epoll_wait(fd, &ev, 1, 0);])],
95 epoll_wait(fd, &ev, 1, 0);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/benchmarks/sipp/sipp-3.5.1/m4/
H A Dax_have_epoll.m426 # stubs for the epoll_create(), epoll_wait(), etc. that allow programs to
31 # epoll_wait(). The availability of that function can be tested with the
65 rc = epoll_wait(fd, &ev, 1, 0);])],
95 rc = epoll_wait(fd, &ev, 1, 0);
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Depoll.h77 extern int epoll_wait(int epfd, struct epoll_event * events, int maxevents, int timeout);
92 static inline _syscall4 (int, epoll_wait, int, epfd, struct epoll_event *, events, int, maxevents, …
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Depoll.h77 extern int epoll_wait(int epfd, struct epoll_event * events, int maxevents, int timeout);
92 static inline _syscall4 (int, epoll_wait, int, epfd, struct epoll_event *, events, int, maxevents, …

12345678910>>...83