Searched refs:__UNLOCK_IRQRESTORE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dspinlock_api_up.h36 #define __UNLOCK_IRQRESTORE(lock, flags) do { local_irq_restore(flags); __UNLOCK(lock); } while (0) macro
70 #define _spin_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags)
71 #define _read_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags)
72 #define _write_unlock_irqrestore(lock, flags) __UNLOCK_IRQRESTORE(lock, flags)

Completed in 58 milliseconds