Searched refs:pxLock (Results 1 – 2 of 2) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/ |
D | port.c | 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() [all …]
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/ |
D | freertos_sdk_config.h | 52 extern void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, 58 extern void vPortLockInternalSpinUnlockWithNotify( struct lock_core * pxLock, 64 … extern bool xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout( struct lock_core * pxLock,
|