Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dspinlock_api_up.h55 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; }) macro
Dspinlock.h100 #define spin_trylock_bh(lock) __cond_lock(_spin_trylock_bh(lock))