Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 14 of 14) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/
DREADME.rst30 eventloop calls a Duktape/C helper to do the lowest level poll() call.
65 them is straightforward: the poll set needs to be managed dynamically.
67 * The example uses poll() while one should use epoll() on Linux, kqueue()
Dpoll.c53 rc = poll(fds, n, timeout); in poll_poll()
Decma_eventloop.js272 Poll.poll(poll_set, wait);
Dc_eventloop.c336 rc = poll(poll_list, poll_count, timeout); in eventloop_run()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/
DREADME.rst30 eventloop calls a Duktape/C helper to do the lowest level poll() call.
65 them is straightforward: the poll set needs to be managed dynamically.
67 * The example uses poll() while one should use epoll() on Linux, kqueue()
Dpoll.c53 rc = poll(fds, n, timeout); in poll_poll()
Decma_eventloop.js272 Poll.poll(poll_set, wait);
Dc_eventloop.c336 rc = poll(poll_list, poll_count, timeout); in eventloop_run()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DMakefile.eventloop13 examples/eventloop/poll.c \
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DMakefile.eventloop13 examples/eventloop/poll.c \
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-socket/
Dduk_trans_socket_unix.c274 poll_rc = poll(fds, 1, 0); in duk_trans_socket_peek_cb()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-socket/
Dduk_trans_socket_unix.c274 poll_rc = poll(fds, 1, 0); in duk_trans_socket_peek_cb()
/civetweb-2.7.6/docs/
DEmbedding.md225 Master thread uses `poll()` and `accept()` to accept new connections on
226 listening sockets. `poll()` is used to avoid `FD_SETSIZE` limitation of
/civetweb-2.7.6/src/
Dcivetweb.c5466 poll(struct mg_pollfd *pfd, unsigned int n, int milliseconds) function
6181 result = poll(pfd, n, ms_now);
18225 if (poll(pfd, ctx->num_listening_sockets, 200) > 0) {