HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/third_party/libjingle/source/talk/base/
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.
event.h 50 bool Wait(int cms);
firewallsocketserver.h 83 virtual bool Wait(int cms, bool process_io) {
84 return server_->Wait(cms, process_io);
  /external/v8/test/cctest/
test-lock.cc 48 ok = sem->Wait(0);
50 ok = sem->Wait(100);
52 ok = sem->Wait(1000);
57 ok = sem->Wait(0);
59 ok = sem->Wait(100);
61 ok = sem->Wait(1000);
  /external/chromium/base/threading/
worker_pool_unittest.cc 40 signaled = test_event.Wait();
42 signaled = long_test_event.Wait();
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();
simple_thread_unittest.cc 55 // expected amount, otherwise we wait on the event. This will ensure that we
67 event_->Wait();
101 // Create a thread, and wait for it to signal us.
109 event.Wait();
127 event.Wait();
  /external/webrtc/src/system_wrappers/source/
event_posix.h 35 virtual EventTypeWrapper Wait(unsigned long maxTime);
48 EventTypeWrapper Wait(timespec& tPulse);
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 32 // Releases threads who are calling Wait() and has started waiting. Please
33 // note that a thread calling Wait() will not start waiting immediately.
40 // Prevents future Wait() calls from finishing without a new Set() call.
43 // Puts the calling thread into a wait state. The thread may be released
50 virtual EventTypeWrapper Wait(unsigned long maxTime) = 0;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
GrabProcessOutput.java 28 public enum Wait {
30 * Doesn't wait for the exec to complete.
31 * This still monitors the output but does not wait for the process to finish.
78 * @param waitMode Whether to wait for the process and/or the readers to finish.
84 Wait waitMode,
136 if (waitMode == Wait.ASYNC) {
141 // before the thread have filled the arrays, so we wait for both threads and the
143 if (waitMode == Wait.WAIT_FOR_READERS) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.h 87 to properly manage the recursive nesting. The Wait calls with timeouts
102 void (*Wait)(struct S_SDLOSXCAGuard *cag);
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 42 ///Wait operation
43 status_t Wait();
51 ///Wait operation with a timeout
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 24 done_event_.Wait();
33 done_event_.Wait();
68 done_event_.Wait();
  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 215 load_stop_waiter.Wait();
243 auth_needed_waiter.Wait();
258 auth_cancelled_waiter.Wait();
262 auth_needed_waiter.Wait();
265 load_stop_waiter.Wait();
303 auth_needed_waiter.Wait();
316 auth_supplied_waiter.Wait();
320 auth_needed_waiter.Wait();
323 load_stop_waiter.Wait();
358 auth_needed_waiter.Wait();
    [all...]
  /external/chromium/chrome/browser/sync/glue/
password_model_worker.cc 29 done.Wait();
ui_model_worker.cc 30 // Create an unsignaled event to wait on.
47 work_done.Wait();
90 // Wait for either a new task or SyncerThread termination.
91 syncapi_event_.Wait();
database_model_worker.cc 27 done.Wait();
history_model_worker.cc 50 done.Wait();
  /external/llvm/lib/Support/
Program.cpp 35 return prg.Wait(path, secondsToWait, ErrMsg);
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread_c.h 46 #define Wait WaitPPC
  /external/chromium/base/
message_pump_default.cc 42 event_.Wait();
72 // We know that we can't be blocked on Wait right now since this method can
  /external/llvm/include/llvm/Support/
Program.h 94 int Wait
97 ///< of time to wait for the child process to exit. If the time
99 ///< this function will wait until the child finishes or forever if
134 /// prg.Wait(..);
135 /// @see Execute, Wait
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-death-test-internal.h 63 // by wait(2)
95 // test, then wait for it to complete.
105 virtual int Wait() = 0;
112 // than a function pointer or functor, or else Wait and Passed could
162 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 24 shouldBe("storage['FOO']", "undefined"); // FIXME: Wait...shouldn't this be null?
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 68 done_event_.Wait();
190 done.Wait();
285 done.Wait();
301 done.Wait();
343 // Wait for the WDS methods to execute on the DB thread.
346 done.Wait();
357 // Wait for the WDS methods to execute on the DB thread.
360 done.Wait();
398 done.Wait();
476 done.Wait();
    [all...]

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8