Home
last modified time | relevance | path

Searched defs:lock (Results 1 – 3 of 3) sorted by relevance

/include/
A Drttypes.h158 rt_hw_spinlock_t lock; member
179 rt_ubase_t lock; member
193 #define _SPIN_LOCK_DEBUG_OWNER(lock) \ argument
204 #define _SPIN_UNLOCK_DEBUG_OWNER(lock) \ argument
213 #define _SPIN_LOCK_DEBUG_OWNER(lock) RT_UNUSED(lock) argument
214 #define _SPIN_UNLOCK_DEBUG_OWNER(lock) RT_UNUSED(lock) argument
218 #define _SPIN_LOCK_DEBUG_CRITICAL(lock) \ argument
224 #define _SPIN_UNLOCK_DEBUG_CRITICAL(lock, critical) \ argument
231 #define _SPIN_LOCK_DEBUG_CRITICAL(lock) RT_UNUSED(lock) argument
236 #define RT_SPIN_LOCK_DEBUG(lock) \ argument
[all …]
A Drthw.h235 #define rt_hw_spin_lock(lock) *(lock) = rt_hw_interrupt_disable() argument
236 #define rt_hw_spin_unlock(lock) rt_hw_interrupt_enable(*(lock)) argument
A Drtdef.h485 #define _RT_OBJECT_HOOKLIST_CALL(nodetype, nested, list, lock, argv) \ argument
1208 struct rt_semaphore lock; /**< semaphore lock */ member

Completed in 12 milliseconds