Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dspinlock_api_up.h33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (… macro
59 #define _spin_unlock_bh(lock) __UNLOCK_BH(lock)
60 #define _write_unlock_bh(lock) __UNLOCK_BH(lock)
61 #define _read_unlock_bh(lock) __UNLOCK_BH(lock)