Searched refs:async_context_set_work_pending (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | btstack_run_loop_async_context.c | 52 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/ |
D | cyw43_driver.c | 48 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/ |
D | async_context.h | 381 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/ |
D | async_context_freertos.c | 202 async_context_set_work_pending(self_base, &call.worker); in async_context_freertos_execute_sync()
|
D | async_context_threadsafe_background.c | 149 async_context_set_work_pending(self_base, &call.worker); in async_context_threadsafe_background_execute_sync()
|