Home
last modified time | relevance | path

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

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