Home
last modified time | relevance | path

Searched refs:DECLARE_COMPLETION (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-9/include/linux/
Dcompletion.h26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work) macro
28 #define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)