Home
last modified time | relevance | path

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

/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c71 static bool run_loop_exit_requested; variable
93 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()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c110 static bool run_loop_exit_requested; variable
148 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()
/btstack/platform/embedded/
H A Dbtstack_run_loop_embedded.c90 static bool run_loop_exit_requested; variable
143 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()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c68 static bool run_loop_exit_requested; variable
101 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()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c57 static bool run_loop_exit_requested; variable
89 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()