Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c140 static spin_lock_t * pxYieldSpinLock[ configNUMBER_OF_CORES ]; variable
459 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()