Searched refs:NODE_LOCK (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/smp/
H A Dlock.h138 #define NODE_LOCK(_irqPath) do { \ macro
148 NODE_LOCK(_irqPath); \
159 #define NODE_LOCK(_irq) do {} while (0) macro
165 #define NODE_LOCK_SYS NODE_LOCK(false)
166 #define NODE_LOCK_IRQ NODE_LOCK(true)

Completed in 25 milliseconds