Searched refs:poll (Results 1 – 14 of 14) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/ |
D | README.rst | 30 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()
|
D | poll.c | 53 rc = poll(fds, n, timeout); in poll_poll()
|
D | ecma_eventloop.js | 272 Poll.poll(poll_set, wait);
|
D | c_eventloop.c | 336 rc = poll(poll_list, poll_count, timeout); in eventloop_run()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/ |
D | README.rst | 30 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()
|
D | poll.c | 53 rc = poll(fds, n, timeout); in poll_poll()
|
D | ecma_eventloop.js | 272 Poll.poll(poll_set, wait);
|
D | c_eventloop.c | 336 rc = poll(poll_list, poll_count, timeout); in eventloop_run()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/ |
D | Makefile.eventloop | 13 examples/eventloop/poll.c \
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/ |
D | Makefile.eventloop | 13 examples/eventloop/poll.c \
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-socket/ |
D | duk_trans_socket_unix.c | 274 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/ |
D | duk_trans_socket_unix.c | 274 poll_rc = poll(fds, 1, 0); in duk_trans_socket_peek_cb()
|
/civetweb-2.7.6/docs/ |
D | Embedding.md | 225 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/ |
D | civetweb.c | 5466 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) {
|