HomeSort by relevance Sort by last modified time
    Searched refs:__UNLOCK_BH (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/common/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /development/ndk/platforms/android-3/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /external/kernel-headers/original/linux/
spinlock_api_up.h 42 #define __UNLOCK_BH(lock) \
71 #define _spin_unlock_bh(lock) __UNLOCK_BH(lock)
72 #define _write_unlock_bh(lock) __UNLOCK_BH(lock)
73 #define _read_unlock_bh(lock) __UNLOCK_BH(lock)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
spinlock_api_up.h 33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (void)(lock); } while (0)
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)

Completed in 66 milliseconds