/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/devtools/ |
devtools_sanity_browsertest.cc | 128 load_observer.Wait(); 140 observer.Wait(); 153 close_observer.Wait(); 162 close_observer.Wait(); 174 void Wait(); 190 void DevToolsWindowBeforeUnloadObserver::Wait() { 248 before_unload_observer.Wait(); 257 close_observer.Wait(); 259 devtools_close_observer.Wait(); 269 observer.Wait(); [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
instant_extended_interactive_uitest.cc | 171 // Wait for JavaScript to run the key handler by executing a blank script. 177 // Wait for JavaScript to run the key handler by executing a blank script. 183 // Wait for JavaScript to run the key handler by executing a blank script. 391 // Change the connect state, and wait for the notifications to be run, and NTP 452 observer.Wait(); 476 // Don't wait for the navigation to complete. 494 // Create an observer to wait for the instant tab to support Instant. 500 observer_1.Wait(); 515 observer_2.Wait(); 526 // Create an observer to wait for the instant tab to support Instant [all...] |
instant_extended_manual_interactive_uitest.cc | 112 observer.Wait(); 135 observer.Wait(); 151 focus_observer.Wait();
|
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_browsertest.cc | 56 // Wait for active states to settle. 58 panel7_settled.Wait(); 76 // Wait for active states to settle. 78 panel2_settled.Wait(); 106 // Wait for active states to settle. 108 panel6_settled.Wait(); 126 // Wait for active states to settle. 128 panel7_settled.Wait(); 156 // Wait for active states to settle. 158 panel7_settled.Wait(); [all...] |
/external/chromium_org/content/renderer/media/ |
rtc_video_decoder_factory_tv_unittest.cc | 132 decoder_thread_event_.Wait(); 140 decoder_thread_event_.Wait(); 165 decoder_thread_event_.Wait(); 217 decoder_thread_event_.Wait(); 228 decoder_thread_event_.Wait(); 296 read_event_.Wait(); 303 read_event_.Wait(); 315 read_event_.Wait(); 331 read_event_.Wait();
|
/art/runtime/ |
thread_pool.cc | 48 thread_pool_->creation_barier_.Wait(self); 91 // Wait for all of the threads to attach. 92 creation_barier_.Wait(self); 111 // Wait for the threads to finish. 148 task_queue_condition_.Wait(self); 174 void ThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) { 182 // Wait until each thread is waiting and the task list is empty. 186 completion_condition_.Wait(self);
|
thread_pool_test.cc | 69 // Wait for tasks to complete. 70 thread_pool.Wait(self, true, false); 137 thread_pool.Wait(self, true, false);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_test_notification_observer.cc | 149 notification_type, content::NotificationService::AllSources()).Wait(); 196 content::NotificationService::AllSources()).Wait(); 226 content::NotificationService::AllSources()).Wait(); 244 void ExtensionTestNotificationObserver::Wait() { 245 observer_->Wait();
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 66 done_event_.Wait(); 173 done.Wait(); 233 done.Wait(); 252 // Wait for PasswordStore to send the notification. 255 done.Wait(); 271 // Wait for PasswordStore to send the notification. 274 done.Wait();
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
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));
|
/external/chromium/base/threading/ |
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();
|
simple_thread.cc | 33 event_.Wait(); // Wait for the thread to complete initialization. 129 dry_.Wait();
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 63 done_event_.Wait(); 355 done.Wait(); 373 done.Wait(); 415 // Wait for the WDS methods to execute on the DB thread. 418 done.Wait(); 429 // Wait for the WDS methods to execute on the DB thread. 432 done.Wait(); 474 done.Wait(); 556 done.Wait(); 575 // Wait for PasswordStore to send the notification [all...] |
/external/chromium_org/apps/ |
app_restore_service_browsertest.cc | 43 // Wait for the extension to get suspended. 44 extension_suspended.Wait(); 90 extension_suspended.Wait(); 133 extension_suspended.Wait();
|
/external/chromium_org/base/threading/ |
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/chromium_org/chrome/browser/ |
chrome_main_browsertest.cc | 69 observer.Wait(); 134 observer.Wait(); 149 tab_observer.Wait();
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_delegate_unittest.cc | 98 // Set up an observer to wait for the navigation 105 // Wait for navigation to finish. 106 observer.Wait(); 120 // Set up an observer to wait for the navigation 127 // Wait for navigation to finish. 128 observer.Wait(); 139 // Wait for navigation to finish. 140 observer.Wait();
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_browsertest.cc | 78 destroyed_watcher.Wait(); 111 tab_added_observer.Wait(); 112 tab_loaded_observer.Wait(); 135 observer.Wait(); 147 observer.Wait(); 244 window_observer.Wait(); 307 observer.Wait(); 349 observer.Wait(); 391 observer.Wait(); 502 close_window_observer.Wait(); [all...] |
/external/chromium_org/v8/src/platform/ |
semaphore.cc | 67 void Semaphore::Wait() { 120 void Semaphore::Wait() { 136 // Wait for semaphore signalled or timeout. 181 void Semaphore::Wait() {
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
SDL_syssem.cpp | 127 sema.Wait(); 130 sema.Wait(); 151 if(KErrNone == sema.Wait(timeout))
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.cc | 126 EventTypeWrapper EventPosix::Wait(unsigned long timeout) 181 EventTypeWrapper EventPosix::Wait(timespec& tPulse) 277 switch(_timerEvent->Wait(tEnd))
|
/external/chromium/chrome/browser/automation/ |
automation_util.cc | 127 event.Wait(); 155 event.Wait(); 180 event.Wait(); 209 event.Wait(); 257 event.Wait(); 342 event.Wait();
|
/external/chromium_org/content/browser/device_orientation/ |
data_fetcher_shared_memory_base_unittest.cc | 79 start_motion_.Wait(); 82 start_orientation_.Wait(); 90 stop_motion_.Wait(); 93 stop_orientation_.Wait(); 101 updated_motion_.Wait(); 104 updated_orientation_.Wait();
|
/external/chromium/base/synchronization/ |
waitable_event_unittest.cc | 26 EXPECT_TRUE(event.Wait()); 44 EXPECT_TRUE(event.Wait());
|