/bionic/libc/kernel/common/linux/ |
completion.h | 22 struct completion { struct 30 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/development/ndk/platforms/android-3/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/external/kernel-headers/original/linux/ |
completion.h | 7 * Atomic wait-for-completion handler data structures. 13 struct completion { struct 25 struct completion work = COMPLETION_INITIALIZER(work) 34 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) 39 static inline void init_completion(struct completion *x) 45 extern void FASTCALL(wait_for_completion(struct completion *)); 46 extern int FASTCALL(wait_for_completion_interruptible(struct completion *x)); 47 extern unsigned long FASTCALL(wait_for_completion_timeout(struct completion *x, 50 struct completion *x, unsigned long timeout)); 52 extern void FASTCALL(complete(struct completion *)); [all...] |
/external/webkit/Source/JavaScriptCore/API/ |
JSBase.cpp | 32 #include "Completion.h" 37 #include <runtime/Completion.h> 55 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), source, jsThisObject); local 57 if (completion.complType() == Throw) { 59 *exception = toRef(exec, completion.value()); 63 if (completion.value()) 64 return toRef(exec, completion.value()); 76 Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source) local [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
CCThreadTest.cpp | 41 void ping(CCCompletionEvent* completion) 44 completion->signal(); 55 CCCompletionEvent completion; local 56 thread->postTask(createCCThreadTask(&target, &PingPongUsingCondition::ping, &completion)); 57 completion.wait();
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ |
completion.h | 17 struct completion { struct 26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
|