Searched refs:vPortLockInternalSpinUnlockWithWait (Results 1 – 2 of 2) sorted by relevance
52 extern void vPortLockInternalSpinUnlockWithWait( struct lock_core *pxLock, uint32_t ulSave);53 …#define lock_internal_spin_unlock_with_wait(lock, save) vPortLockInternalSpinUnlockWithWait(lock, …
729 void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait() function