Searched refs:run_loop_exit_requested (Results 1 – 5 of 5) sorted by relevance
71 static bool run_loop_exit_requested; variable93 run_loop_exit_requested = true; in btstack_run_loop_chibios_trigger_exit_internal()102 run_loop_exit_requested = false; in btstack_run_loop_chibios_execute()125 if (run_loop_exit_requested) break; in btstack_run_loop_chibios_execute()
110 static bool run_loop_exit_requested; variable148 run_loop_exit_requested = true; in btstack_run_loop_freertos_trigger_exit_internal()157 run_loop_exit_requested = false; in btstack_run_loop_freertos_execute()190 if (run_loop_exit_requested) break; in btstack_run_loop_freertos_execute()
90 static bool run_loop_exit_requested; variable143 while (run_loop_exit_requested == false) { in btstack_run_loop_embedded_execute()149 run_loop_exit_requested = true; in btstack_run_loop_embedded_trigger_exit()
68 static bool run_loop_exit_requested; variable101 while (run_loop_exit_requested == false) { in btstack_run_loop_wiced_execute()125 run_loop_exit_requested = true; in btstack_run_loop_wiced_trigger_exit()
57 static bool run_loop_exit_requested; variable89 run_loop_exit_requested = false; in btstack_run_loop_windows_execute()91 while (run_loop_exit_requested == false) { in btstack_run_loop_windows_execute()151 run_loop_exit_requested = true; in btstack_run_loop_windows_trigger_exit()