Home
last modified time | relevance | path

Searched refs:new_lock (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/boards/posix/native_posix/
Dirq_ctrl.c120 uint32_t hw_irq_ctrl_change_lock(uint32_t new_lock) in hw_irq_ctrl_change_lock() argument
124 irqs_locked = new_lock; in hw_irq_ctrl_change_lock()
126 if ((previous_lock == true) && (new_lock == false)) { in hw_irq_ctrl_change_lock()
Dirq_ctrl.h28 uint32_t hw_irq_ctrl_change_lock(uint32_t new_lock);
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/
Dirq_ctrl.c121 uint32_t hw_irq_ctrl_change_lock(uint32_t new_lock) in hw_irq_ctrl_change_lock() argument
125 irqs_locked = new_lock; in hw_irq_ctrl_change_lock()
127 if ((previous_lock == true) && (new_lock == false)) { in hw_irq_ctrl_change_lock()
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/include/
Dirq_ctrl.h30 uint32_t hw_irq_ctrl_change_lock(uint32_t new_lock);