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

  /bionic/libc/kernel/common/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /development/ndk/platforms/android-3/include/linux/
completion.h 24 #define COMPLETION_INITIALIZER_ONSTACK(work) ({ init_completion(&work); work; })
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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)
  /prebuilt/ndk/android-ndk-r5/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)
  /prebuilt/ndk/android-ndk-r6/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)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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)
  /external/bluetooth/glib/gio/
gfilenamecompleter.c 348 init_completion (GFilenameCompleter *completer, function
431 possible_matches = init_completion (completer, initial_text, &prefix);
483 possible_matches = init_completion (completer, initial_text, &prefix);

Completed in 116 milliseconds