HomeSort by relevance Sort by last modified time
    Searched defs:atomic_notifier_head (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/common/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
notifier.h 24 struct atomic_notifier_head { struct
46 #define ATOMIC_NOTIFIER_HEAD(name) struct atomic_notifier_head name = ATOMIC_NOTIFIER_INIT(name)
  /external/kernel-headers/original/linux/
notifier.h 41 struct atomic_notifier_head { struct
76 #define ATOMIC_NOTIFIER_HEAD(name) \
77 struct atomic_notifier_head name = \
88 extern int atomic_notifier_chain_register(struct atomic_notifier_head *,
95 extern int atomic_notifier_chain_unregister(struct atomic_notifier_head *,
102 extern int atomic_notifier_call_chain(struct atomic_notifier_head *,

Completed in 82 milliseconds