Home
last modified time | relevance | path

Searched refs:wait_for_work_until (Results 1 – 4 of 4) sorted by relevance

/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h169 void (*wait_for_work_until)(async_context_t *self, absolute_time_t until); member
424 context->type->wait_for_work_until(context, until); in async_context_wait_for_work_until()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_poll.c71 .wait_for_work_until = async_context_poll_wait_for_work_until,
A Dasync_context_freertos.c293 .wait_for_work_until = async_context_freertos_wait_for_work_until,
A Dasync_context_threadsafe_background.c366 .wait_for_work_until = async_context_threadsafe_background_wait_for_work_until,

Completed in 7 milliseconds