Searched refs:async_context (Results 1 – 3 of 3) sorted by relevance
25 static async_context_t *async_context; variable28 async_context = context; in cyw43_arch_set_async_context()178 return async_context; in cyw43_arch_async_context()183 async_context_poll(async_context); in cyw43_arch_poll()187 async_context_wait_for_work_until(async_context, until); in cyw43_arch_wait_for_work_until()
125 …nst btstack_run_loop_t *btstack_run_loop_async_context_get_instance(async_context_t *async_context) in btstack_run_loop_async_context_get_instance() argument127 assert(!btstack_async_context || btstack_async_context == async_context); in btstack_run_loop_async_context_get_instance()128 btstack_async_context = async_context; in btstack_run_loop_async_context_get_instance()
79 typedef struct async_context async_context_t;179 struct async_context { struct
Completed in 8 milliseconds