Lines Matching refs:pxLock

729     void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, uint32_t ulSave )  in vPortLockInternalSpinUnlockWithWait()  argument
734 spin_unlock(pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()
744 configASSERT(pxLock->spin_lock); in vPortLockInternalSpinUnlockWithWait()
745 pxYieldSpinLock = pxLock->spin_lock; in vPortLockInternalSpinUnlockWithWait()
747 xEventGroupWaitBits( xEventGroup, prvGetEventGroupBit(pxLock->spin_lock), in vPortLockInternalSpinUnlockWithWait()
752 void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t ulSave ) { in vPortLockInternalSpinUnlockWithNotify() argument
753 EventBits_t uxBits = prvGetEventGroupBit(pxLock->spin_lock ); in vPortLockInternalSpinUnlockWithNotify()
759 spin_unlock(pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
778 if( pxCrossCoreSpinLock != pxLock->spin_lock ) in vPortLockInternalSpinUnlockWithNotify()
791 spin_unlock(pxLock->spin_lock, ulSave); in vPortLockInternalSpinUnlockWithNotify()
795 …bool xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout( struct lock_core * pxLock, uint32_t u… in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
801 spin_unlock(pxLock->spin_lock, ulSave); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
814 configASSERT(pxLock->spin_lock); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
815 pxYieldSpinLock = pxLock->spin_lock; in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
818 prvGetEventGroupBit(pxLock->spin_lock), pdTRUE, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
826 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()