Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c34 worker->work_pending = true; in update_next_timeout()
51 always_pending_update_timeout_worker.work_pending = true; in lwip_nosys_init()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c99 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()
118 if (when_pending_worker->work_pending) { in async_context_base_needs_servicing()
Dasync_context_poll.c30 worker->work_pending = true; in async_context_poll_requires_update()
Dasync_context_freertos.c261 worker->work_pending = true; in async_context_freertos_set_work_pending()
Dasync_context_threadsafe_background.c224 worker->work_pending = true; in async_context_threadsafe_background_set_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h140 bool work_pending; member