/external/kernel-headers/original/linux/ |
D | smp.h | 88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument 89 #define on_each_cpu(func,info,retry,wait) \ argument
|
D | kmod.h | 43 call_usermodehelper(char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
D | wait.h | 47 wait_queue_t wait; member 109 #define is_sync_wait(wait) (!(wait) || ((wait)->private)) argument 343 wait_queue_t * wait) in add_wait_queue_exclusive_locked() 353 wait_queue_t * wait) in remove_wait_queue_locked() 399 #define init_wait(wait) \ argument
|
D | completion.h | 15 wait_queue_head_t wait; member
|
D | mempool.h | 23 wait_queue_head_t wait; member
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCCompletionEvent.h | 44 void wait() in wait() function
|
/external/junit/src/junit/textui/ |
D | TestRunner.java | 117 public TestResult doRun(Test suite, boolean wait) { in doRun() 130 protected void pause(boolean wait) { in pause() 191 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/ |
D | BinarySemaphoreWin.cpp | 46 bool BinarySemaphore::wait(double absoluteTime) in wait() function in CoreIPC::BinarySemaphore
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | BinarySemaphore.cpp | 50 bool BinarySemaphore::wait(double absoluteTime) in wait() function in CoreIPC::BinarySemaphore
|
/external/valgrind/main/drd/tests/ |
D | monitor_example.cpp | 116 void wait() in wait() function in Monitor 195 void wait(const int state) in wait() function in StateVariable
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-crash.m | 6 - (void)wait { method
|
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, in DisplayGraph()
|
/external/chromium/base/ |
D | process_util_win.cc | 221 bool wait, bool start_hidden, bool inherit_handles, in LaunchAppImpl() 250 bool wait, bool start_hidden, ProcessHandle* process_handle) { in LaunchApp() 255 const std::wstring& cmdline, bool wait, bool start_hidden, in LaunchAppWithHandleInheritance() 305 bool wait, bool start_hidden, ProcessHandle* process_handle) { in LaunchApp() 313 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) { in KillProcessById() 400 bool KillProcess(ProcessHandle process, int exit_code, bool wait) { in KillProcess()
|
D | process_util_posix.cc | 220 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { in KillProcess() 502 bool wait, in LaunchAppImpl() 610 bool wait, in LaunchApp() 620 bool wait, in LaunchAppInNewProcessGroup() 628 bool wait, ProcessHandle* process_handle) { in LaunchApp() 634 bool wait, bool start_hidden, in LaunchApp()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | signalthread.cc | 76 void SignalThread::Destroy(bool wait) { in Destroy()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingNone.cpp | 53 void ThreadCondition::wait(Mutex&) { } in wait() function in WTF::ThreadCondition
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
D | SDL_systhread.c | 36 struct Task *wait; member
|
D | SDL_thread.c | 159 struct Task *wait; member
|
/external/valgrind/unittest/ |
D | test_utils.h | 141 void wait() { in wait() function
|
/external/kernel-headers/original/asm-x86/ |
D | semaphore_32.h | 47 wait_queue_head_t wait; member
|
D | smp_32.h | 99 int wait) in smp_call_function_mask()
|
/external/kernel-headers/original/asm-arm/ |
D | semaphore.h | 18 wait_queue_head_t wait; member
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
D | promise.js | 130 Promise.wait = function(t, opt_value) { function in Promise
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
D | SDL_thread.c | 174 SDL_sem *wait; member
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | filemediaengine.cc | 171 int wait = talk_base::TimeUntil( in OnMessage() local
|