Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dirq.h277 void z_smp_global_unlock(unsigned int key);
278 #define irq_unlock(key) z_smp_global_unlock(key)
/Zephyr-latest/kernel/
Dsmp.c72 void z_smp_global_unlock(unsigned int key) in z_smp_global_unlock() function