Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h166 void (*set_work_pending)(async_context_t *self, async_when_pending_worker_t *worker); member
382 context->type->set_work_pending(context, worker); in async_context_set_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c68 .set_work_pending = async_context_poll_requires_update,
Dasync_context_freertos.c290 .set_work_pending = async_context_freertos_set_work_pending,
Dasync_context_threadsafe_background.c363 .set_work_pending = async_context_threadsafe_background_set_work_pending,