Lines Matching defs:lock
158 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
232 … #define _SPIN_UNLOCK_DEBUG_CRITICAL(lock, critical) do {critical = 0; RT_UNUSED(lock);} while (0) argument
236 #define RT_SPIN_LOCK_DEBUG(lock) \ argument
243 #define RT_SPIN_UNLOCK_DEBUG(lock, critical) \ argument