Searched refs:ulSave (Results 1 – 2 of 2) sorted by relevance
298 uint32_t ulSave = spin_lock_blocking( pxCrossCoreSpinLock ); in prvFIFOInterruptHandler() local301 spin_unlock( pxCrossCoreSpinLock, ulSave ); in prvFIFOInterruptHandler()1021 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait() argument1028 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()1041 ulYieldSpinLockSaveValue[ xCoreID ] = ulSave; in vPortLockInternalSpinUnlockWithWait()1048 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithNotify() argument1058 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()1093 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()1098 uint32_t ulSave, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument1106 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()[all …]
53 uint32_t ulSave );65 uint32_t ulSave,