Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h165 bool (*remove_when_pending_worker)(async_context_t *self, async_when_pending_worker_t *worker); member
367 return context->type->remove_when_pending_worker(context, worker); in async_context_remove_when_pending_worker()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c67 .remove_when_pending_worker = async_context_base_remove_when_pending_worker,
Dasync_context_freertos.c289 .remove_when_pending_worker = async_context_freertos_remove_when_pending_worker,
Dasync_context_threadsafe_background.c362 .remove_when_pending_worker = async_context_threadsafe_background_when_pending_worker,