Home
last modified time | relevance | path

Searched refs:coap_io_prepare_epoll (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_net.h592 * calls coap_io_prepare_epoll(), then epoll_wait() for waiting for any file
684 * Note: If epoll support is compiled into libcoap, coap_io_prepare_epoll() must
729 * Note: If epoll support is compiled into libcoap, coap_io_prepare_epoll() must
741 unsigned int coap_io_prepare_epoll(coap_context_t *ctx, coap_tick_t now);
/third_party/libcoap/src/
H A Dcoap_io.c1305 coap_io_prepare_epoll(coap_context_t *ctx, coap_tick_t now) { function
1309 coap_log_emerg("coap_io_prepare_epoll() requires libcoap compiled for using epoll\n");
1342 "coap_io_prepare_epoll",
1731 timeout = coap_io_prepare_epoll(ctx, before);
1744 /* coap_io_prepare_epoll() returned 0 and timeout_ms COAP_IO_WAIT (0) */
H A Dcoap_net.c2206 coap_io_prepare_epoll(ctx, now); in coap_io_do_epoll()

Completed in 14 milliseconds