Searched refs:pxYieldSpinLock (Results 1 – 1 of 1) sorted by relevance
140 static spin_lock_t * pxYieldSpinLock[ configNUMBER_OF_CORES ]; variable459 configASSERT( pxYieldSpinLock[ portGET_CORE_ID() ] == NULL ); in vPortYield()502 if( pxYieldSpinLock[ xCoreID ] ) in vPortEnableInterrupts()504 spin_lock_t * const pxTmpLock = pxYieldSpinLock[ xCoreID ]; in vPortEnableInterrupts()505 pxYieldSpinLock[ xCoreID ] = NULL; in vPortEnableInterrupts()1033 configASSERT( pxYieldSpinLock[ portGET_CORE_ID() ] == NULL ); in vPortLockInternalSpinUnlockWithWait()1040 pxYieldSpinLock[ xCoreID ] = pxLock->spin_lock; in vPortLockInternalSpinUnlockWithWait()1112 configASSERT( pxYieldSpinLock[ portGET_CORE_ID() ] == NULL ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()1123 pxYieldSpinLock[ xCoreID ] = pxLock->spin_lock; in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()