Home
last modified time | relevance | path

Searched refs:vPortLockInternalSpinUnlockWithNotify (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h57 extern void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t save);
58 …#define lock_internal_spin_unlock_with_notify(lock, save) vPortLockInternalSpinUnlockWithNotify(lo…
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c752 void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t ulSave ) { in vPortLockInternalSpinUnlockWithNotify() function