Searched defs:spin_unlock_irqrestore (Results 1 – 1 of 1) sorted by relevance
74 #define spin_unlock_irqrestore(lock, flags) do {LOS_SpinUnlockRestore(lock, (UINT32)flags);} while… macro86 #define spin_unlock_irqrestore(lock, flags) do {spin_unlock(lock);LOS_IntRestore(flags);} while (0) macro