Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_base.h27 bool async_context_base_needs_servicing(async_context_t *self);
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c108 bool async_context_base_needs_servicing(async_context_t *self) { in async_context_base_needs_servicing() function
Dasync_context_threadsafe_background.c122 } else if (async_context_base_needs_servicing(&self->core)) { in lock_release()