Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 52) sorted by relevance

123

/external/kernel-headers/original/linux/
Dsmp.h88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument
89 #define on_each_cpu(func,info,retry,wait) \ argument
Dkmod.h43 call_usermodehelper(char *path, char **argv, char **envp, int wait) in call_usermodehelper()
Dwait.h47 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
Dcompletion.h15 wait_queue_head_t wait; member
Dmempool.h23 wait_queue_head_t wait; member
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCCompletionEvent.h44 void wait() in wait() function
/external/junit/src/junit/textui/
DTestRunner.java117 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/
DBinarySemaphoreWin.cpp46 bool BinarySemaphore::wait(double absoluteTime) in wait() function in CoreIPC::BinarySemaphore
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DBinarySemaphore.cpp50 bool BinarySemaphore::wait(double absoluteTime) in wait() function in CoreIPC::BinarySemaphore
/external/valgrind/main/drd/tests/
Dmonitor_example.cpp116 void wait() in wait() function in Monitor
195 void wait(const int state) in wait() function in StateVariable
/external/clang/test/CodeGenObjC/
Ddebug-info-crash.m6 - (void)wait { method
/external/llvm/lib/Support/
DGraphWriter.cpp54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, in DisplayGraph()
/external/chromium/base/
Dprocess_util_win.cc221 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()
Dprocess_util_posix.cc220 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/
Dsignalthread.cc76 void SignalThread::Destroy(bool wait) { in Destroy()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingNone.cpp53 void ThreadCondition::wait(Mutex&) { } in wait() function in WTF::ThreadCondition
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_systhread.c36 struct Task *wait; member
DSDL_thread.c159 struct Task *wait; member
/external/valgrind/unittest/
Dtest_utils.h141 void wait() { in wait() function
/external/kernel-headers/original/asm-x86/
Dsemaphore_32.h47 wait_queue_head_t wait; member
Dsmp_32.h99 int wait) in smp_call_function_mask()
/external/kernel-headers/original/asm-arm/
Dsemaphore.h18 wait_queue_head_t wait; member
/external/chromium/chrome/browser/resources/shared/js/cr/
Dpromise.js130 Promise.wait = function(t, opt_value) { function in Promise
/external/qemu/distrib/sdl-1.2.12/src/thread/
DSDL_thread.c174 SDL_sem *wait; member
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dfilemediaengine.cc171 int wait = talk_base::TimeUntil( in OnMessage() local

123