Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_btstack/
A 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()
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_driver.c47 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_gpio_irq_handler()
79 async_context_set_work_pending(cyw43_async_context, &cyw43_poll_worker); in cyw43_schedule_internal_poll_dispatch()
102 async_context_set_work_pending(context, &cyw43_poll_worker); in cyw43_sleep_timeout_reached()
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A 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
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_freertos.c203 async_context_set_work_pending(self_base, &call.worker); in async_context_freertos_execute_sync()
A Dasync_context_threadsafe_background.c149 async_context_set_work_pending(self_base, &call.worker); in async_context_threadsafe_background_execute_sync()

Completed in 7 milliseconds