Searched refs:pxLock (Results 1 – 2 of 2) sorted by relevance
| /Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/ |
| D | port.c | 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() [all …]
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/ |
| D | freertos_sdk_config.h | 52 extern void vPortLockInternalSpinUnlockWithWait( struct lock_core *pxLock, uint32_t ulSave); 57 extern void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t save); 62 …PortLockInternalSpinUnlockWithBestEffortWaitOrTimeout( struct lock_core *pxLock, uint32_t ulSave, …
|