Home
last modified time | relevance | path

Searched defs:completion (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
Dcompletion.h17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) argument