Searched refs:busy (Results 1 - 25 of 43) sorted by relevance

12

/external/javasqlite/src/main/java/SQLite/
H A DBusyHandler.java4 * 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/
H A DGrPlotMgr.h38 char* busy = fBusy; local
41 if (!*busy) {
42 *busy = true;
46 busy++;
/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java49 * A single spinlock ("busy") is used for initializing and
156 transient volatile int busy; field in class:Striped64
172 * CASes the busy field from 0 to 1 to acquire lock.
207 if (busy == 0) { // Try to attach new Cell
209 if (busy == 0 && casBusy()) {
220 busy = 0;
237 else if (busy == 0 && casBusy()) {
245 busy = 0;
254 else if (busy == 0 && cells == as && casBusy()) {
264 busy
[all...]
H A DLongAdder.java206 busy = 0;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc66 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, argument
147 busy = luser + lnice + lsystem;
H A Dcpu_linux.h34 int GetData(long long& busy, long long& idle, long long*& busyArray,
/external/compiler-rt/test/tsan/
H A Dsignal_reset.cc20 static void* busy(void *p) { function
61 pthread_create(&th[0], 0, busy, 0);
/external/libunwind/include/tdep-ia64/
H A Dscript.h63 AO_TS_t busy; /* is the script-cache busy? */ member in struct:ia64_script_cache
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java829 boolean _hasSynPred(DFAState d, Set<DFAState> busy) { argument
830 busy.add(d);
842 if ( !busy.contains(edgeTarget) && _hasSynPred(edgeTarget, busy) ) return true;
853 boolean _hasSemPred(DFAState d, Set<DFAState> busy) { argument
854 busy.add(d);
862 if ( !busy.contains(edgeTarget) && _hasSemPred(edgeTarget, busy) ) return true;
874 boolean _hasCycle(DFAState d, Map<DFAState, Integer> busy) { argument
875 busy
[all...]
/external/valgrind/helgrind/tests/
H A Dbar_bad.stderr.exp53 with error code 16 (EBUSY: Device or resource busy)
H A Dpth_cond_destroy_busy.stderr.exp42 with error code 16 (EBUSY: Device or resource busy)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java96 int busy = 0;
121 conn.busy3(conn.db, ++busy)) {
130 int ms = 20 + busy * 10;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c70 * 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
295 long double factor, busy, total; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.c70 * 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
295 long double factor, busy, total; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c70 * 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
295 long double factor, busy, total; local
[all...]
/external/e2fsprogs/e2fsck/
H A Dmtrace.h120 /* Heap information for a busy block. */
136 } busy; member in union:__anon3830
/external/libpcap/msdos/
H A Dpktdrvr.h145 extern void PktQueueBusy (BOOL busy);
H A Dpktdrvr.c802 PUBLIC void PktQueueBusy (BOOL busy) argument
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp;
857 PUBLIC void PktQueueBusy (BOOL busy) argument
863 if (busy)
923 PUBLIC void PktQueueBusy (BOOL busy) argument
929 if (busy)
983 PUBLIC void PktQueueBusy (BOOL busy) argument
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpserver.py537 busy: worker thread doing its job
551 hung threads are threads that have been busy more than
559 threads in the busy state, another thread will be spawned. So if
560 the limit is 5, and there are 4 hung threads and 6 busy threads,
652 busy = 0
663 busy += 1
664 if busy < self.spawn_if_under:
666 'No idle tasks, and only %s busy tasks; adding %s more '
667 'workers', busy, self.spawn_if_under-busy)
[all...]
/external/libunwind/src/ia64/
H A DGscript.c52 .busy = AO_TS_INITIALIZER
105 if (!spin_trylock_irqsave (&cache->busy, *saved_maskp))
113 if (AO_test_and_set (&cache->busy) == AO_TS_SET)
140 spin_unlock_irqrestore (&cache->busy, *saved_maskp);
143 AO_CLEAR (&cache->busy);
726 return ret; /* cache is busy */
757 return -UNW_ENOINFO; /* cache is busy */
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c775 /* busy > 0 when gdbserver is currently being called.
776 busy is used to to avoid vgdb invoking gdbserver
778 static volatile int busy = 0; variable
782 busy++;
800 busy--;
843 "busy %d vgdb_interrupted_tid %d\n",
844 busy, vgdb_interrupted_tid);
869 if (busy) {
920 busy++;
933 busy
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c182 bool busy; local
204 busy =
208 if (busy) {
210 /* Replace the current busy bo with fresh data. */
216 "to a busy buffer object.\n");
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c182 bool busy; local
204 busy =
208 if (busy) {
210 /* Replace the current busy bo with fresh data. */
216 "to a busy buffer object.\n");
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c182 bool busy; local
204 busy =
208 if (busy) {
210 /* Replace the current busy bo with fresh data. */
216 "to a busy buffer object.\n");
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c590 struct drm_i915_gem_busy busy; local
596 VG_CLEAR(busy);
597 busy.handle = bo_gem->gem_handle;
599 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_BUSY, &busy);
601 bo_gem->idle = !busy.busy;
602 return busy.busy;
606 return (ret == 0 && busy.busy);
[all...]

Completed in 3258 milliseconds

12