HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 176 - 200 of 748) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/base/mac/
libdispatch_task_runner.cc 59 queue_finalized_.Wait();
  /external/chromium_org/base/synchronization/
waitable_event.h 30 // allow one thread to wait for another thread to finish some work. For
36 // WaitableEvent in conjunction with a Lock to wait for a more complex state
67 // Put the event in the signaled state. Causing any thread blocked on Wait
75 // Wait indefinitely for the event to be signaled.
76 void Wait();
78 // Wait up until max_time has passed for the event to be signaled. Returns
87 // Wait, synchronously, on multiple events.
93 // You MUST NOT delete any of the WaitableEvent objects while this wait is
101 // of the wait-list
107 // wait-lists. Each WaitableEvent is automatic-reset and two of them ar
    [all...]
  /external/chromium_org/base/threading/
worker_pool_posix_unittest.cc 85 args.start->Wait();
112 num_waiting_to_start_cv_.Wait();
119 peer_.num_idle_threads_cv()->Wait();
156 // Add one task and wait for it to be completed.
167 // Add one task and wait for it to be completed.
202 // Add two non blocking tasks and wait for them to finish.
207 // Add two blocking tasks, start them simultaneously, and wait for them to
225 peer_.num_idle_threads_cv()->Wait();
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_apitest.cc 21 // Set shorter delays to prevent test timeouts in tests that need to wait
35 page_complete.Wait();
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 68 content::NotificationService::AllSources()).Wait();
notifications_apitest.cc 35 page_complete.Wait();
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle_browsertest.cc 71 observer.Wait();
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 53 observer.Wait();
  /external/chromium_org/chrome/browser/sync/glue/
password_model_worker.cc 47 work_done_or_stopped()->Wait();
ui_model_worker.cc 71 work_done_or_stopped()->Wait();
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_unittest.cc 31 // OnHistoryDataLoadedFromStore() is invoked or the maximum allowed wait time
38 void Wait(int timeout_ms) {
72 // allowed wait time has passed.
78 void Wait(int timeout_ms) {
134 waiter.Wait(1000);
140 waiter.Wait(1000);
  /external/chromium_org/chrome/browser/usb/
usb_context.cc 40 start_polling_.Wait();
  /external/chromium_org/chromeos/dbus/
blocking_method_caller.cc 62 on_blocking_method_call_.Wait();
  /external/chromium_org/content/browser/speech/
input_tag_speech_browsertest.cc 59 // We should wait for a navigation event, raised by the test page JS code
63 observer.Wait();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 82 // wait for it to complete. This allows us to observe DidStopLoading while
167 load_observer.Wait();
198 load_observer.Wait();
221 load_observer1.Wait();
228 load_observer2.Wait();
  /external/chromium_org/content/public/test/
test_utils.h 94 // A WindowedNotificationObserver allows code to wait until a condition is met.
116 // signal.Wait()
129 // Set up to wait for a simple condition. The condition is met when a
136 // Set up to wait for a complex condition. The condition is met when
147 // Adds an additional notification type to wait for. The condition will be met
153 // Wait until the specified condition is met. If the condition is already met
155 // given callback returns |true| already), Wait() returns immediately.
156 void Wait();
  /external/chromium_org/content/test/
content_browser_test_utils.cc 43 same_tab_observer.Wait();
  /external/chromium_org/mojo/public/system/
core_private.h 23 virtual MojoResult Wait(MojoHandle handle,
  /external/chromium_org/mojo/system/
waiter_unittest.cc 68 result = waiter_.Wait(deadline_);
209 EXPECT_EQ(MOJO_RESULT_DEADLINE_EXCEEDED, waiter.Wait(0));
216 waiter.Wait(static_cast<MojoDeadline>(2 * kEpsilonMicros)));
224 waiter.Wait(static_cast<MojoDeadline>(5 * kEpsilonMicros)));
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserprocess.py 23 def Wait(self, wait_steps, sleep_time):
32 # subprocess.wait() doesn't have a timeout, unfortunately.
43 self.handle.wait()
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 81 handle_message_called.Wait();
  /external/chromium_org/ppapi/tests/
test_mouse_lock.cc 48 // Wait for the MouseLockLost() call.
49 nested_event_.Wait();
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.h 91 virtual bool Wait(int cms, bool process_io);
101 // The function is executed from inside Wait() using the "self-pipe trick"--
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_sysmutex.cpp 115 rmutex.Wait();

Completed in 2851 milliseconds

1 2 3 4 5 6 78 91011>>