Searched refs:vPortLockInternalSpinUnlockWithNotify (Results 1 – 2 of 2) sorted by relevance
57 extern void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t save);58 …#define lock_internal_spin_unlock_with_notify(lock, save) vPortLockInternalSpinUnlockWithNotify(lo…
752 void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t ulSave ) { in vPortLockInternalSpinUnlockWithNotify() function