Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c98 …hen_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worker; when_pen… in async_context_base_execute_once() local
99 if (when_pending_worker->work_pending) { in async_context_base_execute_once()
100 when_pending_worker->work_pending = false; in async_context_base_execute_once()
101 when_pending_worker->do_work(self, when_pending_worker); in async_context_base_execute_once()
117 …hen_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worker; when_pen… in async_context_base_needs_servicing() local
118 if (when_pending_worker->work_pending) { in async_context_base_needs_servicing()