Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c52 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_set_timer()
59 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_add_timer()
99 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_execute_on_main_thread()
105 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_run_loop_async_context_poll_data_sources_from_irq()
134 async_context_set_work_pending(btstack_async_context, &btstack_processing_worker); in btstack_timeout_reached()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c48 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_gpio_irq_handler()
80 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_schedule_internal_poll_dispatch()
103 async_context_set_work_pending(context, &cyw43_poll_worker); in cyw43_sleep_timeout_reached()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h381 static inline void async_context_set_work_pending(async_context_t *context, async_when_pending_work… in async_context_set_work_pending() function
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c202 async_context_set_work_pending(self_base, &call.worker); in async_context_freertos_execute_sync()
Dasync_context_threadsafe_background.c149 async_context_set_work_pending(self_base, &call.worker); in async_context_threadsafe_background_execute_sync()