Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/
Dirq.h249 unsigned int z_smp_global_lock(void);
250 #define irq_lock() z_smp_global_lock()
/Zephyr-Core-3.5.0/kernel/
Dsmp.c15 unsigned int z_smp_global_lock(void) in z_smp_global_lock() function