Searched refs:vPortRecursiveLock (Results 1 – 1 of 1) sorted by relevance
209 static inline void vPortRecursiveLock( uint32_t ulLockNum, in vPortRecursiveLock() function262 …#define portGET_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0…263 …#define portRELEASE_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0…264 …#define portGET_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1…265 …#define portRELEASE_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1…