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

<<21222324252627282930>>

  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 73 t.start(); // will block until we wait
74 t.wait();
  /dalvik/vm/jdwp/
Jdwp.h 143 * that we wait for the thread to suspend itself before processing any
150 * an event, and will wait for thread suspension if it's set. Once the
  /development/simulator/wrapsim/
DevFb.c 94 * Wait for our synthetic vsync to happen.
222 /* we wait *after* so other process gets scheduled to draw */
  /external/grub/grub/
main.c 108 --hold wait until a debugger will attach\n\
246 /* Wait until the HOLD variable is cleared by an attached debugger. */
  /external/grub/stage2/
serial.c 100 /* Wait until the transmitter holding register is empty. */
281 /* Reset the counter to zero, to wait for the same interval. */
  /external/kernel-headers/original/linux/
relay.h 15 #include <linux/wait.h>
40 wait_queue_head_t read_wait; /* reader wait queue */
  /external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h 131 * overflow condition, the caller should wait for the status
170 * underflow condition, the caller should wait for the status
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 99 /* wait */
154 /* wait */
  /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);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 121 /* For no wait time mask out null event so we wait until something happens */
  /external/quake/
README 144 Alt 6 F6 echo Quicksaving...; wait; save quick
145 Alt 9 F9 echo Quickloading...; wait; load quick
  /external/quake/standalone/
main.cpp 50 void wait(pthread_cond_t& cond) { function in class:EventQueue::Lock
137 lock.wait(m_space_available);
  /external/v8/src/
top.cc 126 // Create a dummy thread that will wait forever on a semaphore. The only
151 // This thread will wait here until the end of time.
152 wait_for_ever_semaphore_->Wait();
155 // Make sure we access the buffer after the wait to remove all possibility
164 data_ready_semaphore_->Wait();
174 data_ready_semaphore_->Wait();
195 // Wait for the thread to terminate.
217 // This semaphore is used by the PreallocatedMemoryThread to wait for ever.
    [all...]
  /external/webkit/JavaScriptCore/wtf/
ThreadingPthreads.cpp 353 void ThreadCondition::wait(Mutex& mutex) function in class:WTF::ThreadCondition
365 wait(mutex);
  /external/wpa_supplicant/
main.c 84 " -w = wait for interface to be added, if needed\n"
85 " -W = wait for a control interface monitor before starting\n"
  /frameworks/base/tools/preload/
MemoryUsage.java 181 // Wait up to 10s.
183 measurer.wait(30000);
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdstd.h 202 /* Wait for specified interrupt and error bits to be set */
222 /* OS-specific wait-for-interrupt-or-status */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 22 #include <linux/wait.h>
114 wait_queue_head_t wait[2]; member in struct:request_list
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 141 ImageGetter.this.wait();
245 wait();
  /packages/apps/IM/src/com/android/im/imps/
TcpCirChannel.java 217 // in case reconnect() has already been called in another thread, wait
223 mReconnectLock.wait();

Completed in 115 milliseconds

<<21222324252627282930>>