Lines Matching refs:ulSave
298 uint32_t ulSave = spin_lock_blocking( pxCrossCoreSpinLock ); in prvFIFOInterruptHandler() local
301 spin_unlock( pxCrossCoreSpinLock, ulSave ); in prvFIFOInterruptHandler()
1021 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait() argument
1028 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()
1041 ulYieldSpinLockSaveValue[ xCoreID ] = ulSave; in vPortLockInternalSpinUnlockWithWait()
1048 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithNotify() argument
1058 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1093 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1098 uint32_t ulSave, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
1106 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1124 ulYieldSpinLockSaveValue[ xCoreID ] = ulSave; in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1131 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()