HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 576 - 600 of 2481) sorted by null

<<21222324252627282930>>

  /external/ppp/pppd/plugins/rp-pppoe/
config.h 7 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 103 /* Wait for a thread to finish.
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_syssem.c 159 /* Ack! We have to busy wait... */
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 137 /* Wait on the condition variable, unlocking the provided mutex.
SDL_syssem.c 114 /* Ack! We have to busy wait... */
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 141 /* Wait on the condition variable, unlocking the provided mutex.
SDL_syssem.c 162 /* Ack! We have to busy wait... */
  /external/tcpdump/
mkdep 76 # XXX this doesn't work with things like "-DDECLWAITSTATUS=union\ wait"
  /external/v8/samples/
lineprocessor.cc 76 * 1. Wait for remote debugger to attach
79 * run this sample program with "--wait-for-connection" command line parameter.
80 * This way V8 will suspend on the first statement and wait for
148 } else if (strcmp(str, "--wait-for-connection") == 0) {
  /external/v8/src/
platform-freebsd.cc 509 virtual void Wait();
510 virtual bool Wait(int timeout);
517 void FreeBSDSemaphore::Wait() {
526 bool FreeBSDSemaphore::Wait(int timeout) {
platform-openbsd.cc 482 virtual void Wait();
483 virtual bool Wait(int timeout);
490 void OpenBSDSemaphore::Wait() {
499 bool OpenBSDSemaphore::Wait(int timeout) {
  /external/v8/tools/
run-valgrind.py 49 code = process.wait();
  /external/webkit/JavaScriptCore/wtf/
MainThread.cpp 139 syncFlag.wait(functionQueueMutex);
  /external/webkit/WebCore/storage/
DatabaseTask.cpp 47 m_synchronousCondition.wait(m_synchronousMutex);
  /external/webkit/WebKit/chromium/public/
WebPasswordFormData.h 52 // IE-like autofill policy, where we wait for the user to type in his
  /external/webkit/WebKitTools/Scripts/
run-webkit-httpd 85 # Disable Keep-Alive support. Makes testing in multiple browsers easier (no need to wait
  /external/wpa_supplicant/
eloop.h 117 * @type: Type of event to wait for
145 * @event: Event to wait (eloop implementation specific)
327 * eloop_wait_for_read_sock - Wait for a single reader
330 * Do a blocking wait for a single read socket.
l2_packet_ndis.c 142 * cleaned up at some point to actually wait for
185 * Notify the main thread about the availability of a frame and wait
210 * wait for either. If one were to modify NDISUIO to set a named event
269 "without wait for completion");
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_ndis.c 142 * cleaned up at some point to actually wait for
185 * Notify the main thread about the availability of a frame and wait
210 * wait for either. If one were to modify NDISUIO to set a named event
269 "without wait for completion");
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.h 117 * @type: Type of event to wait for
145 * @event: Event to wait (eloop implementation specific)
327 * eloop_wait_for_read_sock - Wait for a single reader
330 * Do a blocking wait for a single read socket.
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 307 // just sit and wait on that notification.
311 this.wait();
349 // Off and running -- wait for the restore to complete
396 // if we kicked off a restore successfully, we have to wait for it
  /frameworks/base/core/java/android/net/http/
IdleCache.java 155 IdleCache.this.wait(CHECK_INTERVAL);
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 68 * Defines the duration in milliseconds we will wait to see if a touch event
75 * Defines the duration in milliseconds we will wait to see if a touch event
290 * @return the duration in milliseconds we will wait to see if a touch event
299 * @return the duration in milliseconds we will wait to see if a touch event
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 178 wait(delay);
SubActivityScreen.java 80 // Wait a little bit, to give our parent time to kill itself

Completed in 281 milliseconds

<<21222324252627282930>>