Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dcpus.c161 static bool alive_flag; in halt_and_restart() local
176 alive_flag = false; in halt_and_restart()
177 run_on_cpu(cpu, alive_fn, &alive_flag, false); in halt_and_restart()
179 zassert_false(alive_flag, "cpu didn't halt"); in halt_and_restart()
197 AWAIT(alive_flag == true); in halt_and_restart()
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c237 volatile int alive_flag; in arch_cpu_start() local
243 alive_flag = 0; in arch_cpu_start()
250 sr.alive = &alive_flag; in arch_cpu_start()
258 while (!alive_flag) { in arch_cpu_start()