Searched refs:async_context_remove_at_time_worker (Results 1 – 4 of 4) sorted by relevance
95 async_context_remove_at_time_worker(context, &sleep_timeout_worker); in cyw43_do_poll()118 async_context_remove_at_time_worker(context, &sleep_timeout_worker); in cyw43_driver_deinit()
57 async_context_remove_at_time_worker(context, &lwip_timeout_worker); in lwip_nosys_deinit()
151 async_context_remove_at_time_worker(btstack_async_context, &btstack_timeout_worker); in btstack_work_pending()
331 static inline bool async_context_remove_at_time_worker(async_context_t *context, async_at_time_work… in async_context_remove_at_time_worker() function