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

1 2 3 4 5 6 7

  /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/guava/guava/src/com/google/common/cache/
Striped64.java 49 * A single spinlock ("busy") is used for initializing and
141 transient volatile int busy; field in class:Striped64
157 * CASes the busy field from 0 to 1 to acquire lock.
199 if (busy == 0) { // Try to attach new Cell
201 if (busy == 0 && casBusy()) {
212 busy = 0;
229 else if (busy == 0 && casBusy()) {
237 busy = 0;
247 else if (busy == 0 && cells == as && casBusy()) {
257 busy = 0
    [all...]
  /system/bt/btif/src/
btif_profile_queue.c 52 bool busy; member in struct:__anon72262
134 ** Description Clear the queue's busy status and advance to the next
153 // If the queue is currently busy, we return success anyway,
155 if (p_head->busy)
158 p_head->busy = true;
  /external/compiler-rt/test/tsan/
signal_reset.cc 21 static void* busy(void *p) { function
62 pthread_create(&th[0], 0, busy, 0);
  /external/libunwind/include/tdep-ia64/
script.h 63 AO_TS_t busy; /* is the script-cache busy? */ member in struct:ia64_script_cache
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 477 static void use_buffers(char *busy, audio_port_array *audio_ports)
483 while (busy[k])
486 busy[k] = 1;
490 static void unuse_buffers(char *busy, audio_port_array *audio_ports)
496 busy[audio_port->buf_index] = 0;
506 char *busy; local
545 busy = calloc(peak_buf, sizeof(*busy));
582 use_buffers(busy, &instance->output_audio_ports);
583 unuse_buffers(busy, &instance->input_audio_ports)
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_event.c 35 unsigned int busy; member in struct:g2d_job
57 job->busy = 0;
108 while (jobs[i].busy)
119 if (jobs[i].busy == 0)
167 j->busy = 1;
  /device/google/contexthub/firmware/inc/
hostIntf.h 81 void hostIntfSetBusy(bool busy);
  /external/libdrm/amdgpu/
amdgpu_cs.c 315 bool *busy)
337 *busy = args.out.status;
346 bool busy = true; local
364 fence->fence, timeout_ns, flags, &busy);
366 if (!r && !busy)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 829 boolean _hasSynPred(DFAState d, Set<DFAState> busy) {
830 busy.add(d);
842 if ( !busy.contains(edgeTarget) && _hasSynPred(edgeTarget, busy) ) return true;
853 boolean _hasSemPred(DFAState d, Set<DFAState> busy) {
854 busy.add(d);
862 if ( !busy.contains(edgeTarget) && _hasSemPred(edgeTarget, busy) ) return true;
874 boolean _hasCycle(DFAState d, Map<DFAState, Integer> busy) {
875 busy.put(d, CYCLIC_BUSY)
    [all...]
  /system/core/logd/
LogBuffer.cpp 489 bool busy = false; local
527 busy = true;
540 return busy;
631 busy = true;
773 busy = true;
817 busy = true;
836 return (pruneRows > 0) && busy;
841 bool busy = true; local
845 // Check if it is still busy after the sleep, we say prune
850 busy = prune(id, 1, uid)
    [all...]
  /external/valgrind/helgrind/tests/
bar_bad.stderr.exp 53 with error code 16 (EBUSY: Device or resource busy)
  /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;
  /external/wpa_supplicant_8/src/ap/
acs.c 70 * observed busy time over the time we spent on the channel,
77 * (busy time - tx time) / (active time - tx time) * 2^(chan_nf + band_min_nf)
82 * What this does is it decreases the observed busy time ratio if the
87 * If channel busy time is not available the fallback is to use channel RX time.
93 * (busy time - tx time) / (active time - tx time) *
97 * However to account for cases where busy/rx time is 0 (channel load is then
101 * 10^(chan_nf/5) + (busy time - tx time) / (active time - tx time) *
134 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
135 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
136 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=1
295 long double factor, busy, total; local
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 396 long unsigned busy[2]; local
401 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) {
408 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]);
409 long unsigned busy_delta = busy[1] - busy[0];
  /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)
  /prebuilts/ndk/current/platforms/android-12/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)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-12/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)
  /prebuilts/ndk/current/platforms/android-13/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)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-13/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)
  /prebuilts/ndk/current/platforms/android-14/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)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/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)
  /prebuilts/ndk/current/platforms/android-14/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 387 milliseconds

1 2 3 4 5 6 7