HomeSort by relevance Sort by last modified time
    Searched refs:completion (Results 1 - 25 of 2832) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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();
  /bionic/libc/kernel/common/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /development/ndk/platforms/android-3/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /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...]
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r5/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r6/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r6/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)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;

Completed in 958 milliseconds

1 2 3 4 5 6 7 8 91011>>