HomeSort by relevance Sort by last modified time
    Searched defs:__raw_spin_unlock (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
spinlock_up.h 27 #define __raw_spin_unlock(lock) do { (void)(lock); } while (0) macro
  /development/ndk/platforms/android-3/include/linux/
spinlock_up.h 22 #define __raw_spin_unlock(lock) do { (void)(lock); } while (0) macro