HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 1 - 25 of 720) 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/skia/src/gpu/
GrPlotMgr.h 41 char* busy = fBusy; local
44 if (!*busy) {
45 *busy = true;
49 busy++;
  /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/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 47 uint16_t busy; member in struct:connect_node_tag
100 /* If the queue is currently busy, we return success anyway,
102 if (p_head->busy != FALSE)
105 p_head->busy = TRUE;
152 ** Description Clear the queue's busy status and advance to the next
  /prebuilts/gcc/linux-x86/host/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/valgrind/main/gdbserver_tests/
nlsigvgdb.stdinB.gdb 9 # an invocation while the gdbserver is already busy.
mcinvokeRU.vgtest 7 # as the Valgrind process is always busy, we do not need the vgdb.ptraceinvoker prereq.
  /external/kernel-headers/original/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /frameworks/opt/net/voip/src/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");
176 * @throws IllegalStateException if the stream is busy.
182 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 */
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 66 long long busy = 0; local
68 if (GetData(busy, idle, m_busyArray, m_idleArray) != 0)
71 long long deltaBusy = busy - m_oldBusyTime;
73 m_oldBusyTime = busy;
110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray,
147 busy = luser + lnice + lsystem;
cpu_linux.h 34 int GetData(long long& busy, long long& idle, long long*& busyArray,
  /external/libnfc-nci/src/nfc/include/
rw_api.h 654 ** NFC_STATUS_FAILED if T3T is busy or other error
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileTexture.h 54 // returns false if ownership cannot be transferred because the tile is busy
58 // set the texture owner if not busy. Return false if busy, true otherwise.
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 42 // 3-state busy beaver. 14 steps.
50 // 4-state busy beaver. 108 steps.
  /dalvik/hit/src/com/android/hit/
RootType.java 30 BUSY_MONITOR (10, "busy monitor"),
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDOpen.3 11 Opens a CD-ROM drive for access\&. It returns a \fI\fBSDL_CD\fR\fR structure on success, or \fBNULL\fP if the drive was invalid or busy\&. This newly opened CD-ROM becomes the default CD used when other CD functions are passed a \fBNULL\fP CD-ROM handle\&.
SDL_SemWaitTimeout.3 12 \fBSDL_SemWaitTimeout()\fP is a varient of \fISDL_SemWait\fR with a maximum timeout value\&. If the value of the semaphore pointed to by \fBsem\fR is positive (greater than zero) it will atomically decrement the semaphore value and return 0, otherwise it will wait up to \fBtimeout\fR milliseconds trying to lock the semaphore\&. This function is to be avoided if possible since on some platforms it is implemented by polling the semaphore every millisecond in a busy loop\&.
  /packages/apps/Nfc/nci/jni/
Pn544Interop.h 49 ** Returns: True if the code is busy.

Completed in 2896 milliseconds

1 2 3 4 5 6 7 8 91011>>