HomeSort by relevance Sort by last modified time
    Searched refs:BLOCKING_NOTIFIER_HEAD (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
notifier.h 29 struct blocking_notifier_head { struct
47 #define BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)
  /external/kernel-headers/original/linux/
notifier.h 46 struct blocking_notifier_head { struct
79 #define BLOCKING_NOTIFIER_HEAD(name) \
80 struct blocking_notifier_head name = \
90 extern int blocking_notifier_chain_register(struct blocking_notifier_head *,
97 extern int blocking_notifier_chain_unregister(struct blocking_notifier_head *,
104 extern int blocking_notifier_call_chain(struct blocking_notifier_head *,

Completed in 125 milliseconds

12