Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c15 static volatile bool run_loop_exit; variable
83 run_loop_exit = false; in btstack_run_loop_async_context_execute()
84 while (!run_loop_exit) { in btstack_run_loop_async_context_execute()
92 run_loop_exit = true; in btstack_run_loop_async_context_trigger_exit()