Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c133 static spin_lock_t * pxYieldSpinLock; variable
309 configASSERT( pxYieldSpinLock == NULL ); in vPortYield()
344 if( pxYieldSpinLock ) in vPortEnableInterrupts()
346 spin_unlock(pxYieldSpinLock, ulYieldSpinLockSaveValue); in vPortEnableInterrupts()
347 pxYieldSpinLock = NULL; in vPortEnableInterrupts()
739 configASSERT( pxYieldSpinLock == NULL ); in vPortLockInternalSpinUnlockWithWait()
745 pxYieldSpinLock = pxLock->spin_lock; in vPortLockInternalSpinUnlockWithWait()
806 configASSERT( pxYieldSpinLock == NULL ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
815 pxYieldSpinLock = pxLock->spin_lock; in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
822 configASSERT( pxYieldSpinLock == NULL ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()