Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c52 async_context_add_when_pending_worker(context, &always_pending_update_timeout_worker); in lwip_nosys_init()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c21 async_context_add_when_pending_worker(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_init()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h351 static inline bool async_context_add_when_pending_worker(async_context_t *context, async_when_pendi… in async_context_add_when_pending_worker() function
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c112 async_context_add_when_pending_worker(context, &cyw43_poll_worker); in cyw43_driver_init()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c201 async_context_add_when_pending_worker(self_base, &call.worker); in async_context_freertos_execute_sync()
Dasync_context_threadsafe_background.c148 async_context_add_when_pending_worker(self_base, &call.worker); in async_context_threadsafe_background_execute_sync()