Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dspinlock_api_up.h35 #define __UNLOCK_IRQ(lock) do { local_irq_enable(); __UNLOCK(lock); } while (0) macro
62 #define _spin_unlock_irq(lock) __UNLOCK_IRQ(lock)
63 #define _read_unlock_irq(lock) __UNLOCK_IRQ(lock)
64 #define _write_unlock_irq(lock) __UNLOCK_IRQ(lock)