Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h167 void (*poll)(async_context_t *self); // may be NULL member
397 if (context->type->poll) context->type->poll(context); in async_context_poll()
/external/lib/lwip/include/lwip/
A Dtcp.h258 tcp_poll_fn poll; member
322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
A Dtcp_impl.h253 if((pcb)->poll != NULL) \
254 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_poll.c69 .poll = async_context_poll_poll,
A Dasync_context_freertos.c291 .poll = 0,
A Dasync_context_threadsafe_background.c364 .poll = 0,
/external/lib/lwip/core/
A Dtcp.c1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument
1456 pcb->poll = poll; in tcp_poll()
1458 LWIP_UNUSED_ARG(poll); in tcp_poll()

Completed in 16 milliseconds