Searched refs:do_work (Results 1 – 7 of 7) sorted by relevance
16 .do_work = update_next_timeout20 .do_work = lwip_timeout_reached,
96 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()
197 call.worker.do_work = handle_sync_func_call; in async_context_freertos_execute_sync()
144 call.worker.do_work = handle_sync_func_call; in async_context_threadsafe_background_execute_sync()
19 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()
103 void (*do_work)(async_context_t *context, struct async_work_on_timeout *timeout); member136 void (*do_work)(async_context_t *context, struct async_when_pending_worker *worker); member
28 .do_work = cyw43_sleep_timeout_reached32 .do_work = cyw43_do_poll