Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h163 bool (*remove_at_time_worker)(async_context_t *self, async_at_time_worker_t *worker); member
332 return context->type->remove_at_time_worker(context, worker); in async_context_remove_at_time_worker()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c65 .remove_at_time_worker = async_context_base_remove_at_time_worker,
Dasync_context_freertos.c287 .remove_at_time_worker = async_context_freertos_remove_at_time_worker,
Dasync_context_threadsafe_background.c360 .remove_at_time_worker = async_context_threadsafe_background_remove_at_time_worker,