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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.h 24 // down. EventListener provides a mechanism for a thread to wait on
32 // epoll_wait maps to Wait, and
38 // KE_SHUTDOWN is only seen if the hangup happens after Wait starts.
59 // EventListener::Wait
76 // The EventListener class provides an object to wait on for specific events
97 // Wait for one or more previously Tracked events to take place
100 Error Wait(EventData* events, int max, int ms_timeout, int* out_count);
103 // |user_data| will be returned in the Wait when an event of type |filter|
135 // Set of event infos signaled during a wait.
  /frameworks/base/core/java/android/os/
ConditionVariable.java 23 * This differs from the built-in java.lang.Object wait() and notify()
24 * in that this class contains the condition to wait on itself. That means
29 * This class uses itself as the object to wait on, so if you wait()
97 this.wait();
112 * @param timeout the minimum time to wait in milliseconds.
119 // Object.wait(0) means wait forever, to mimic this, we just
128 this.wait(end-now);
  /external/junit/src/junit/textui/
TestRunner.java 16 * java junit.textui.TestRunner [-wait] TestCaseClass
24 * <p> When the wait command line argument is given TestRunner
112 public TestResult doRun(Test suite, boolean wait) {
121 pause(wait);
125 protected void pause(boolean wait) {
126 if (!wait) return;
155 boolean wait= false;
158 if (args[i].equals("-wait"))
159 wait= true;
174 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class")
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.h 32 virtual bool Wait(int cms, bool process_io) = 0;
65 virtual bool Wait(int cms, bool process_io);
83 // event loop until the next call to Wait. Other events are dispatched
91 virtual bool Wait(int cms, bool process_io);
106 // next call to Wait. Other events are automatically dispatched to
114 virtual bool Wait(int cms, bool process_io);
  /external/chromium_org/v8/test/cctest/
test-lock.cc 73 ok = sem->Wait(0);
75 ok = sem->Wait(100);
77 ok = sem->Wait(1000);
82 ok = sem->Wait(0);
84 ok = sem->Wait(100);
86 ok = sem->Wait(1000);
  /external/chromium_org/base/synchronization/
condition_variable.h 7 // several threads wait for an event, as is common with a thread pool managed
23 // while (!work_to_be_done()) Wait(...);
27 // if (!work_to_be_done()) Wait(...); // Don't do this.
36 // called Wait(). This results in POOR performance. A much better
37 // approach to getting a lot of threads out of Wait() is to have each
38 // thread (upon exiting Wait()) call Signal() to free up another
39 // Wait'ing thread. Look at condition_variable_unittest.cc for
49 // all, while others allow the wait to be effectively turned off (for
56 // assures that the thread that most recently began to Wait() is selected by
58 // thread that has Wait()ed the longest is selected. The default polic
    [all...]
spin_wait.h 6 // DO NOT USE IN PRODUCTION CODE. There are much better ways to wait.
12 // We provide a simple one argument spin wait (for 1 second), and a generic
13 // spin wait (for longer periods of time).
21 // Provide a macro that will wait no longer than 1 second for an asynchronous
  /cts/tests/src/android/content/cts/
HighPriorityBroadcastReceiver.java 30 wait(); method
33 throw new RuntimeException("Got interrupted during wait()", e);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
OpenGlPerfNative.java 24 * wait for the completion of the pending Egl/Gl operation using eglClientWaitSyncKHR.
25 * @param waitTimeInNs maximum time to wait in nano secs
  /external/chromium/base/threading/
thread_local_unittest.cc 89 done.Wait();
95 done.Wait();
105 done.Wait();
110 done.Wait();
117 done.Wait();
125 done.Wait();
130 done.Wait();
137 done.Wait();
worker_pool_unittest.cc 40 signaled = test_event.Wait();
42 signaled = long_test_event.Wait();
  /external/chromium_org/base/process/
kill_posix.cc 9 #include <sys/wait.h>
27 // This POSIX version of this function only guarantees that we wait no less
65 // Sleep for a bit while we wait for the process to finish.
135 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) {
140 if (result && wait) {
144 // Wait for some extra time when running under Valgrind since the child
161 // The wait may fail with ECHILD if another process also waited for
242 base::TimeDelta wait,
249 base::TimeTicks end_time = base::TimeTicks::Now() + wait;
263 // Using kqueue on Mac so that we can wait on non-child processes
    [all...]
  /external/chromium_org/base/threading/
thread_local_unittest.cc 95 done.Wait();
101 done.Wait();
111 done.Wait();
116 done.Wait();
123 done.Wait();
131 done.Wait();
136 done.Wait();
143 done.Wait();
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait_unittest.py 7 from telemetry.page.actions import wait namespace
22 i = wait.WaitAction({ 'condition': 'duration', 'seconds': 1 })
  /external/chromium_org/ui/views/
metrics.h 14 // The default value for how long to wait before showing a menu button on hover.
21 // Returns the amount of time to wait from hovering over a menu button until
  /external/valgrind/main/drd/tests/
boost_thread.cpp 20 s_cva.wait(sl);
28 s_cva.wait(sl);
pth_cancel_locked.c 18 /* Inform the main thread that s_mutex2 has been locked, and wait for pthread_cancel(). */
38 /* Wait until the created thread has locked s_mutex2. */
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.stdinB.gdb 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcinfcallRU
7 # Once it is ready, we still have to wait to be sure it is running.
mcmain_pic.stdinB.gdb 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcmain_pic
mcwatchpoints.stdinB.gdb 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcwatchpoints
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.c 18 /* wait for, and unblock, the first wait */
22 /* wait for, and unblock, the second wait */
26 /* wait for, and unblock, the third wait */
30 /* wait for, and unblock, the fourth wait */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 3 # reaped our child process. The wait() passing the OSError on to the caller
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
  /external/chromium/base/
spin_wait.h 6 // DO NOT USE IN PRODUCTION CODE. There are much better ways to wait.
12 // We provide a simple one argument spin wait (for 1 second), and a generic
13 // spin wait (for longer periods of time).
22 // Provide a macro that will wait no longer than 1 second for an asynchronous
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
push_state.html 5 // but WebFrameTest has a pending task to wait for.

Completed in 1159 milliseconds

1 2 3 4 5 6 7 8 91011>>