Lines Matching refs:pxLock
1020 void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, in vPortLockInternalSpinUnlockWithWait() argument
1028 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()
1038 configASSERT( pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithWait()
1040 pxYieldSpinLock[ xCoreID ] = pxLock->spin_lock; in vPortLockInternalSpinUnlockWithWait()
1042 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit( pxLock->spin_lock ), in vPortLockInternalSpinUnlockWithWait()
1047 void vPortLockInternalSpinUnlockWithNotify( struct lock_core * pxLock, in vPortLockInternalSpinUnlockWithNotify() argument
1050 EventBits_t uxBits = prvGetEventGroupBit( pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithNotify()
1058 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1079 if( pxCrossCoreSpinLock != pxLock->spin_lock ) in vPortLockInternalSpinUnlockWithNotify()
1093 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1097 bool xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout( struct lock_core * pxLock, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
1106 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1121 configASSERT( pxLock->spin_lock ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1123 pxYieldSpinLock[ xCoreID ] = pxLock->spin_lock; in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1126 prvGetEventGroupBit( pxLock->spin_lock ), pdTRUE, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1131 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()