Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c58 async_context_remove_when_pending_worker(context, &always_pending_update_timeout_worker); in lwip_nosys_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h366 static inline bool async_context_remove_when_pending_worker(async_context_t *context, async_when_pe… in async_context_remove_when_pending_worker() function
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c119 async_context_remove_when_pending_worker(context, &cyw43_poll_worker); in cyw43_driver_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c204 async_context_remove_when_pending_worker(self_base, &call.worker); in async_context_freertos_execute_sync()
Dasync_context_threadsafe_background.c102 async_context_remove_when_pending_worker(context, worker); in handle_sync_func_call()