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

12

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /external/kernel-headers/original/linux/
completion.h 22 ({ init_completion(&work); work; })
39 static inline void init_completion(struct completion *x) function
55 #define INIT_COMPLETION(x) ((x).done = 0)
  /bionic/libc/kernel/common/linux/
completion.h 29 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
32 #define INIT_COMPLETION(x) ((x).done = 0)

Completed in 303 milliseconds

12