Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/CCRH/F1Kx/
A Dport.c233 UBaseType_t uxLockNesting[ configNUMBER_OF_CORES ][ 2 ] = { 0 }; variable
698 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