OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 42 milliseconds