Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dspinlock_api_up.h27 #define __LOCK_IRQ(lock) do { local_irq_disable(); __LOCK(lock); } while (0) macro
46 #define _spin_lock_irq(lock) __LOCK_IRQ(lock)
47 #define _read_lock_irq(lock) __LOCK_IRQ(lock)
48 #define _write_lock_irq(lock) __LOCK_IRQ(lock)