Searched refs:uxLockNesting (Results 1 – 1 of 1) sorted by relevance
233 UBaseType_t uxLockNesting[ configNUMBER_OF_CORES ][ 2 ] = { 0 }; variable698 if( uxLockNesting[ xCoreID ][ xBitPosition ] == 0 ) in vPortRecursiveLockAcquire()703 uxLockNesting[ xCoreID ][ xBitPosition ]++; in vPortRecursiveLockAcquire()719 configASSERT( ( uxLockNesting[ xCoreID ][ xBitPosition ] > 0 ) ); in vPortRecursiveLockRelease()720 uxLockNesting[ xCoreID ][ xBitPosition ]--; in vPortRecursiveLockRelease()722 if( uxLockNesting[ xCoreID ][ xBitPosition ] == 0 ) in vPortRecursiveLockRelease()
Completed in 4 milliseconds