Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsmp.c12 static atomic_t global_lock; variable
62 while (!atomic_cas(&global_lock, 0, 1)) { in z_smp_global_lock()
78 (void)atomic_clear(&global_lock); in z_smp_global_unlock()
89 (void)atomic_clear(&global_lock); in z_smp_release_global_lock()
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1188 * :github:`35202` - smp atomic_t global_lock will never be cleared when a thread oops with global_l…