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

<<11121314151617181920>>

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcess.h 41 bool wait(int *exitStatus);
57 int KillProcess(int pid, bool wait);
  /external/bison/lib/
waitpid.c 0 /* Wait for process state change.
20 #include <sys/wait.h>
  /external/chromium/base/
process_posix.cc 35 // wasn't already collected w/ a wait from process_utils, we're gonna
43 // We don't wait here. It's the responsibility of other code to reap the
  /external/chromium/base/test/
test_switches.cc 7 // Time (in milliseconds) for which we wait for live operations to complete.
10 // Time (in milliseconds) that the tests should wait before timing out.
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 107 CHECK(start_->Wait());
143 num_waiting_to_start_cv_.Wait();
150 peer_.num_idle_threads_cv()->Wait();
185 // Add one task and wait for it to be completed.
197 // Add one task and wait for it to be completed.
232 // Add two non blocking tasks and wait for them to finish.
237 // Add two blocking tasks, start them simultaneously, and wait for them to
255 peer_.num_idle_threads_cv()->Wait();
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller_unittest.mm 43 // We can't test waiting because we have no running process to wait
44 // for, but we can make sure that pressing the wait button closes
  /external/chromium/net/base/
test_completion_callback.h 15 // tests involving asynchronous operations. Just call WaitForResult to wait
18 // NOTE: Since this runs a message loop to wait for the completion callback,
  /external/chromium_org/base/android/
java_handler_thread.cc 40 // Wait for thread to be initialized so it is ready to be used when Start
43 initialize_event.Wait();
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_browsertest.cc 88 // Set up an observer to wait for the navigation
95 // Wait for navigation to finish.
96 observer.Wait();
121 // Set up an observer to wait for the navigation
128 // Wait for navigation to finish.
129 observer.Wait();
140 // Wait for navigation to finish.
141 observer.Wait();
  /external/chromium_org/chrome/browser/sync/
retry_verifier.h 21 // The minimum and maximum wait times for a retry. The actual retry would take
22 // place somewhere in this range. The algorithm that calculates the retry wait
  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller_unittest.mm 41 // We can't test waiting because we have no running process to wait
42 // for, but we can make sure that pressing the wait button closes
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.h 27 // Wait until the expected state is achieved.
28 void Wait();
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeTestBase.java 25 wait(5000);
30 Assert.fail("Wait timed out");
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 37 // memory, this function may wait until memory that was freed "pending a
52 // token: the token value to wait for before re-using the memory.
59 // caller can wait. Allocating a block of this size will succeed, but may
81 unsigned int token; // token to wait for.
129 // memory, this function may wait until memory that was freed "pending a
144 // memory, this function may wait until memory that was freed "pending a
163 // token: the token value to wait for before re-using the memory.
185 // caller can wait.
  /external/chromium_org/media/audio/
scoped_loop_observer.cc 37 event.Wait();
39 // The message loop's thread has already terminated, so no need to wait.
  /external/chromium_org/third_party/WebKit/ManualTests/
clearTimeout-crash-bug29832.html 10 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" +
20 <p>To reproduce the crash, click the link below, the popup window opens, which will immediately navigate to another one, so the b/f cache entry will be created. Close the popup window. Wait a few seconds (~10), for the page cache to start deleting pages it doesn't need - crash will happen.<br><a href="javascript:test()">Crash me!</a>
crash-on-accessing-domwindow-without-frame.html 11 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" +
20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 37 void CondVar::Wait() {
38 PthreadCall("wait", pthread_cond_wait(&cv_, &mu_->mu_));
  /external/chromium_org/tools/perf/measurements/
loading_timeline.py 23 # In current telemetry tests, all tests wait for DocumentComplete state,
24 # but we need to wait for the load event.
loading_trace.py 23 # In current telemetry tests, all tests wait for DocumentComplete state,
24 # but we need to wait for the load event.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SemWaitTimeout.3 3 SDL_SemWaitTimeout \- Lock a semaphore, but only wait up to a specified maximum time\&.
12 \fBSDL_SemWaitTimeout()\fP is a varient of \fISDL_SemWait\fR with a maximum timeout value\&. If the value of the semaphore pointed to by \fBsem\fR is positive (greater than zero) it will atomically decrement the semaphore value and return 0, otherwise it will wait up to \fBtimeout\fR milliseconds trying to lock the semaphore\&. This function is to be avoided if possible since on some platforms it is implemented by polling the semaphore every millisecond in a busy loop\&.
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_mmio.h 37 /* Wait for fifo space */
45 /* Wait for idle accelerator */
matrox_mmio.h 37 /* Wait for fifo space */
45 /* Wait for idle accelerator */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 45 // If the thread has been started, wait until the looper has been created.
49 wait(); method
  /external/valgrind/main/drd/tests/
pth_barrier_race.stderr.exp 2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
5 Conflicting wait call by thread 2:

Completed in 683 milliseconds

<<11121314151617181920>>