Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/kernel/
Dsmp.c11 static atomic_t global_lock; variable
20 while (!atomic_cas(&global_lock, 0, 1)) { in z_smp_global_lock()
35 atomic_clear(&global_lock); in z_smp_global_unlock()
46 atomic_clear(&global_lock); in z_smp_release_global_lock()
/Zephyr-Core-3.5.0/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…