Home
last modified time | relevance | path

Searched refs:do_work (Results 1 – 7 of 7) sorted by relevance

/external/platform/pico/rp2_common/pico_lwip/
A Dlwip_nosys.c16 .do_work = update_next_timeout
20 .do_work = lwip_timeout_reached,
/external/platform/pico/rp2_common/pico_btstack/
A Dbtstack_run_loop_async_context.c19 btstack_timeout_worker.do_work = btstack_timeout_reached; in btstack_run_loop_async_context_init()
20 btstack_processing_worker.do_work = btstack_work_pending; in btstack_run_loop_async_context_init()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_base.c96 at_time_worker->do_work(self, at_time_worker); in async_context_base_execute_once()
101 when_pending_worker->do_work(self, when_pending_worker); in async_context_base_execute_once()
A Dasync_context_freertos.c198 call.worker.do_work = handle_sync_func_call; in async_context_freertos_execute_sync()
A Dasync_context_threadsafe_background.c144 call.worker.do_work = handle_sync_func_call; in async_context_threadsafe_background_execute_sync()
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h103 void (*do_work)(async_context_t *context, struct async_work_on_timeout *timeout); member
136 void (*do_work)(async_context_t *context, struct async_when_pending_worker *worker); member
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_driver.c27 .do_work = cyw43_sleep_timeout_reached
31 .do_work = cyw43_do_poll

Completed in 12 milliseconds