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

1 2 34 5 6 7 8

  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.cc 119 // complete, we need to abort the association and wait for the DB
128 // Wait for the model association to abort.
129 abort_association_complete_.Wait();
155 datatype_stopped_.Wait();
typed_url_data_type_controller.cc 117 // complete, we need to abort the association and wait for the DB
126 // Wait for the model association to abort.
127 abort_association_complete_.Wait();
144 datatype_stopped_.Wait();
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 83 done_event.Wait();
118 service_created.Wait();
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 179 thread_running_cond.Wait();
200 remove_event_.Wait();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 25 import com.android.sdklib.util.GrabProcessOutput.Wait;
179 Wait.WAIT_FOR_READERS,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
ToolPackage.java 33 import com.android.sdklib.util.GrabProcessOutput.Wait;
285 Wait.WAIT_FOR_PROCESS,
  /bionic/libc/netbsd/isc/
eventlib_p.h 172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
178 struct { evWait *this; } wait; member in union:evEvent_p::__anon601
  /external/chromium/base/synchronization/
condition_variable_win.cc 32 // was not willing to wait for all the threads to terminate. Such hasty
46 void ConditionVariable::Wait() {
47 // Default to "wait forever" timing, which means have to get a Signal()
48 // or Broadcast() to come out of this wait state.
109 // wait. This means that (worst case) we may over time create as many cv_event
110 // objects as there are threads simultaneously using this instance's Wait()
113 // We hold internal_lock, courtesy of Wait().
129 // RecycleEvent() takes a cv_event that was previously used for Wait()ing, and
130 // recycles it for use in future Wait() calls for this or other threads.
135 // We hold internal_lock, courtesy of Wait()
    [all...]
  /external/chromium/net/proxy/
sync_host_resolver_bridge.cc 62 // |host_resolver_loop_| and Wait() on a different thread.
121 event_.Wait();
proxy_config_service_linux_unittest.cc 268 Wait();
278 Wait();
297 Wait();
322 void Wait() {
323 event_.Wait();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 159 struct Task *wait; member in struct:__anon10759
184 Signal(args->wait,SIGBREAKF_CTRL_E);
215 args->wait = FindTask(NULL);
216 if ( args->wait == NULL ) {
232 /* Wait for the thread function to use arguments */
233 Wait(SIGBREAKF_CTRL_E);
  /external/v8/src/
platform-cygwin.cc 537 virtual void Wait();
538 virtual bool Wait(int timeout);
545 void CygwinSemaphore::Wait() {
562 bool CygwinSemaphore::Wait(int timeout) {
582 // Wait for semaphore signalled or timeout.
platform-solaris.cc 593 virtual void Wait();
594 virtual bool Wait(int timeout);
601 void SolarisSemaphore::Wait() {
631 bool SolarisSemaphore::Wait(int timeout) {
651 // Wait for semaphore signalled or timeout.
debug-agent.cc 59 // If an error occurred wait a bit before retrying. The most common error
65 terminate_now_->Wait(kOneSecondInMicros);
102 listening_->Wait();
platform.h 451 // Wait until thread terminates.
582 // count is decremented each time a thread completes a wait for the semaphore
593 virtual void Wait() = 0;
599 virtual bool Wait(int timeout) = 0;
platform-macos.cc 705 void Wait() { semaphore_wait(semaphore_); }
707 bool Wait(int timeout);
716 bool MacOSSemaphore::Wait(int timeout) {
  /external/v8/test/cctest/
test-threads.cc 187 semaphore->Wait();
test-debug.cc     [all...]
  /external/valgrind/unittest/
thread_wrappers_win.h 154 void Wait(Mutex *mu) {
  /external/webkit/Source/WebCore/platform/
Cursor.h 112 Wait,
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 102 case Wait:
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 145 // Wait up to 10 seconds for the OS to call the callback function. Prevents
147 if (kEventSignaled != _event->Wait(WEBRTC_EVENT_10_SEC))
255 // Wait up to 10 seconds for the thread to terminate
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 50 ui_event_.Wait(); // Wait for IO thread to be done.
76 io_event_.Wait();
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 94 case Cursor::Wait:
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 242 // a WaitResult() method should be called to wait for the result. Each instance
488 event_.Wait();
494 event_.Wait();
502 event_.Wait();
509 event_.Wait();
516 event_.Wait();
523 event_.Wait();
    [all...]

Completed in 620 milliseconds

1 2 34 5 6 7 8