Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dsmp.c13 static atomic_t global_lock; variable
21 while (!atomic_cas(&global_lock, 0, 1)) { in z_smp_global_lock()
36 atomic_clear(&global_lock); in z_smp_global_unlock()
47 atomic_clear(&global_lock); in z_smp_release_global_lock()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.6.rst1187 * :github:`35202` - smp atomic_t global_lock will never be cleared when a thread oops with global_l…