HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 326 - 350 of 8429) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/mac/
authorization_util.h 9 // does not wait() for it. It also doesn't provide the caller with access to
17 // that it can wait() for.
58 // waitpid() to wait for the process to exit. If waitpid() succeeds, the
60 // |exit_status| may be NULL and this function will still wait for the process
os_crash_dumps.h 15 // translates into a long wait until the process actually dies. This call
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 62 virtual void Wait() = 0;
77 virtual void Wait() OVERRIDE;
93 void WinVistaCondVar::Wait() {
132 virtual void Wait() OVERRIDE;
184 // Internal implementation methods supporting Wait().
193 // Lock that is acquired before calling Wait().
224 // was not willing to wait for all the threads to terminate. Such hasty
238 void WinXPCondVar::Wait() {
239 // Default to "wait forever" timing, which means have to get a Signal()
240 // or Broadcast() to come out of this wait state
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_browsertest.cc 39 load1.Wait();
48 load2.Wait();
57 load3.Wait();
70 load4.Wait();
80 load5.Wait();
122 reload1.Wait();
136 reload2.Wait();
150 back1.Wait();
157 back2.Wait();
  /external/chromium_org/chrome/browser/ui/
browser_view_prefs.cc 12 // How long do we wait before we consider a window hung (in ms).
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_server.py 52 process.wait()
69 # Wait for ChromeDriver process to exit before returning.
70 # Even if we had to kill the process above, we still should call wait
78 shutdown_event.wait(10)
  /external/chromium_org/third_party/WebKit/ManualTests/redirectHistory/
redir-1.html 8 <p>Wait a few seconds for the redirect to occur. If you return to this page after the redirect, then the test passed. If you end up at redir-2.html, then the test failed.</p>
  /external/chromium_org/third_party/WebKit/ManualTests/
textarea-iframe-navigation.html 9 <li>Wait for the navigation to happen</li>
  /external/chromium_org/third_party/jemalloc/chromium/
build-crt.py 20 sys.exit(proc.wait())
  /external/chromium_org/third_party/jemalloc/vendor/
build-crt.py 20 sys.exit(proc.wait())
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 38 // CondVar used to wait for, and signal arrival of, an SDP-related callback.
40 // Whether an SDP-related callback has fired; cleared before wait returns.
60 - (void)wait {
63 [self.condition wait];
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver_unittest.cc 49 // Test that MacCFSocketServer::Wait works as expected.
53 server.Wait(1000, true);
63 server.Wait(10000, true);
67 // Test that MacCarbonSocketServer::Wait works as expected.
71 server.Wait(1000, true);
81 server.Wait(10000, true);
85 // Test that MacCarbonAppSocketServer::Wait works as expected.
89 server.Wait(1000, true);
99 server.Wait(10000, true);
physicalsocketserver_unittest.cc 227 // Test receiving a synchronous signal while not in Wait() and then entering
228 // Wait() afterwards.
232 EXPECT_TRUE(ss_->Wait(0, true));
246 EXPECT_TRUE(ss_->Wait(0, true));
253 // Test that a signal during a Wait() call is detected.
257 EXPECT_TRUE(ss_->Wait(1500, true));
264 thread->socketserver()->Wait(1000, false);
278 // signal to (since it's not guaranteed to be the one that Wait() runs on).
292 EXPECT_TRUE(ss_->Wait(1500, true));
socketserver.h 37 // Provides the ability to wait for activity on a set of sockets. The Thread
41 // notified of asynchronous I/O from this server's Wait method.
53 virtual bool Wait(int cms, bool process_io) = 0;
55 // Causes the current wait (if one is in progress) to wake up.
  /external/chromium_org/third_party/skia/include/utils/
SkCountdown.h 29 void wait();
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.h 19 void wait();
  /external/chromium_org/tools/perf/page_sets/
tough_animation_cases.json 3 "smoothness": { "action": "wait", "condition": "duration", "seconds": 5 },
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork.cc 8 #include <sys/wait.h>
  /external/compiler-rt/lib/tsan/lit_tests/
fd_close_norace2.cc 9 // wait for shutown signal
  /external/kernel-headers/original/linux/
smp.h 54 int smp_call_function(void(*func)(void *info), void *info, int retry, int wait);
59 int on_each_cpu(void (*func) (void *info), void *info, int retry, int wait);
88 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
89 #define on_each_cpu(func,info,retry,wait) \
  /external/lzma/CPP/7zip/Common/
VirtThread.cpp 44 Thread.Wait();
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CondSignal.3 3 SDL_CondSignal \- Restart a thread wait on a condition variable
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 88 signal the condition and wait for the thread to respond.
112 signal the condition and wait for the thread to respond.
137 /* Wait on the condition variable for at most 'ms' milliseconds.
139 The mutex is unlocked during the wait, and locked again after the wait.
177 /* Wait for a signal */
184 /* Let the signaler know we have completed the wait, otherwise
186 if we are stopped between the mutex unlock and semaphore wait,
211 /* Wait on the condition variable forever */

Completed in 1067 milliseconds

<<11121314151617181920>>