HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 1 - 25 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/063-process-manager/
info.txt 2 doesn't cause the system to busy-wait.
  /external/javasqlite/src/main/java/SQLite/
BusyHandler.java 4 * Callback interface for SQLite's user defined busy handler.
19 public boolean busy(String table, int count); method in interface:BusyHandler
  /external/qemu-pc-bios/bochs/bios/
notes 24 * drive sets the busy bit in Status Reg to 1
28 > Drive also sets the busy bit in the Status register to 0.
35 the busy bit to 0, and generates an interrupt.
37 the data, the drive sets the data-request bit and the busy bit to 0.
40 and the busy bit to 1. When each subsequent sector is ready to be
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
43 the drive sets the data-request bit and busy bit to 0.
  /external/valgrind/main/drd/tests/
read_after_free.c 13 // Busy-wait until pthread_create() has finished.
35 // Busy-wait until the memory has been freed.
  /external/skia/gpu/include/
GrPlotMgr.h 48 char* busy = fBusy; local
51 if (!*busy) {
52 *busy = true;
56 busy++;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 123 thread_index_t busy = 0; local
138 # pragma omp parallel shared(busy) num_threads(num_threads)
175 ++busy;
203 while (busy > 0)
206 # pragma omp flush(busy)
231 # pragma omp flush(busy)
239 --busy;
249 # pragma omp flush(busy)
255 while (busy > 0
259 if (busy == 0
    [all...]
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 59 long long busy = 0; local
61 GetData(busy, idle, m_busyArray, m_idleArray);
63 long long deltaBusy = busy - m_oldBusyTime;
65 m_oldBusyTime = busy;
102 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray,
129 busy = luser + lnice + lsystem;
cpu_linux.h 34 int GetData(long long& busy, long long& idle, long long*& busyArray,
  /external/kernel-headers/original/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTileTexture.h 82 // returns false if ownership cannot be transferred because the tile is busy
89 // set the texture owner if not busy. Return false if busy, true otherwise.
95 bool busy();
134 // is not busy anymore
BaseTileTexture.cpp 145 bool BaseTileTexture::busy() function in class:WebCore::BaseTileTexture
176 // if the writable texture is busy (i.e. currently being written to) then we
181 bool busy = m_busy; local
184 if (!busy) {
185 // if we are not busy we can try to remove the texture from the layer;
189 // and paintBitmapGL() will mark the texture as busy before
192 // if the texture is busy and we then don't return true.
  /frameworks/base/voip/java/android/net/rtp/
RtpStream.java 108 * Returns {@code true} if the stream is busy. In this case most of the
129 * @throws IllegalStateException if the stream is busy.
134 throw new IllegalStateException("Busy");
150 * @throws IllegalStateException if the stream is busy.
155 throw new IllegalStateException("Busy");
174 * @throws IllegalStateException if the stream is busy.
179 throw new IllegalStateException("Busy");
AudioStream.java 33 * <p>An AudioStream becomes busy when it joins an AudioGroup. In this case most
117 * @throws IllegalStateException if the stream is busy.
121 throw new IllegalStateException("Busy");
150 * @throws IllegalStateException if the stream is busy.
155 throw new IllegalStateException("Busy");
  /packages/apps/Phone/res/values/
attrs.xml 44 <!-- busy -->
45 <enum name="busy" value="1" />
  /system/extras/tests/cpueater/
cpueater.c 16 * Simple cpu eater busy loop. Runs as a daemon. prints the child PID to
63 /* busy looper */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
LoadGenerator.java 40 counter++; // Busy loop
  /dalvik/hit/src/com/android/hit/
RootType.java 30 BUSY_MONITOR (10, "busy monitor"),
  /external/bluetooth/glib/tests/
thread-test.c 38 /* This busy wait is only for testing purposes and not an example of
84 /* This busy wait is only for testing purposes and not an example of
95 /* This busy wait is only for testing purposes and not an example of
169 /* Busy wait is not nice but that's just a test */
205 /* Busy wait is not nice but that's just a test */
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Tone.java 37 * Called subscriber busy.
39 BUSY(0x02),
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
joystick.h 121 __s32 BUSY;
130 __s32 BUSY;
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.h 71 // Whether an attempt to reconfigure was made while we were busy configuring.
  /external/qemu/telephony/
remote_call.h 50 /* call this function to indicate that you're busy to a remote caller */
  /frameworks/base/core/java/android/os/storage/
StorageResultCode.java 70 * Operation failed: Storage is busy.
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CallFailCause.java 30 // Busy Tone

Completed in 386 milliseconds

1 2 3 4 5 6 7 8 91011>>