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

  /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 75 milliseconds