Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsmp.c55 static struct k_spinlock cpu_start_lock; variable
172 k_spinlock_key_t key = k_spin_lock(&cpu_start_lock); in k_smp_cpu_start()
193 k_spin_unlock(&cpu_start_lock, key); in k_smp_cpu_start()
199 k_spinlock_key_t key = k_spin_lock(&cpu_start_lock); in k_smp_cpu_resume()
219 k_spin_unlock(&cpu_start_lock, key); in k_smp_cpu_resume()