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

1 2

  /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/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.h 64 unsigned busy:1; member in struct:MacroSymbol
  /external/skia/gpu/include/
GrPlotMgr.h 48 char* busy = fBusy; local
51 if (!*busy) {
52 *busy = true;
56 busy++;
  /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;
  /external/e2fsprogs/e2fsck/
mtrace.h 120 /* Heap information for a busy block. */
136 } busy; member in union:__anon5584
  /external/webkit/Source/WebCore/platform/graphics/android/
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.
  /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/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 96 int busy = 0; local
121 conn.busy3(conn.db, ++busy)) {
130 int ms = 20 + busy * 10;
JDBCConnection.java 90 public boolean busy(String table, int count) { method in class:JDBCConnection
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 633 static int busy = 0; local
635 if (busy) return NULL;
637 busy = 1;
683 busy = 0;
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 888 busy = 170, // ERROR_BUSY, enumerator in enum:llvm::windows_error::_
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 375 // System.out.println("BUSY: No Error!");
452 fail("busy timeout should prevent from lock exception!");
1071 public boolean busy(String table, int count) { method in class:OldDatabaseTest.TestBusyHandler
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /bionic/libc/kernel/common/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /external/kernel-headers/original/asm-arm/arch/
mux.h 144 unsigned char busy; member in struct:pin_config
  /external/kernel-headers/original/linux/
blkdev.h 307 struct request **tag_index; /* map of busy tags */
308 unsigned long *tag_map; /* bit map of free/busy tags */
309 struct list_head busy_list; /* fifo list of busy tags */
310 int busy; /* current depth */ member in struct:blk_queue_tag
738 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
739 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 274 int busy; member in struct:blk_queue_tag
440 #define blk_queue_tag_depth(q) ((q)->queue_tags->busy)
441 #define blk_queue_tag_queue(q) ((q)->queue_tags->busy < (q)->queue_tags->max_depth)

Completed in 3259 milliseconds

1 2