Home
last modified time | relevance | path

Searched refs:when_pending_list (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c35 async_when_pending_worker_t **prev = &self->when_pending_list; in async_context_base_add_when_pending_worker()
48 async_when_pending_worker_t **prev = &self->when_pending_list; in async_context_base_remove_when_pending_worker()
98 …for(async_when_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worke… in async_context_base_execute_once()
117 …for(async_when_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worke… in async_context_base_needs_servicing()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h181 async_when_pending_worker_t *when_pending_list; member