Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 25 of 138) sorted by relevance

123456

/external/guava/guava/src/com/google/common/cache/
DStriped64.java141 transient volatile int busy; field in Striped64
199 if (busy == 0) { // Try to attach new Cell in retryUpdate()
201 if (busy == 0 && casBusy()) { in retryUpdate()
212 busy = 0; in retryUpdate()
229 else if (busy == 0 && casBusy()) { in retryUpdate()
237 busy = 0; in retryUpdate()
247 else if (busy == 0 && cells == as && casBusy()) { in retryUpdate()
257 busy = 0; in retryUpdate()
DLongAdder.java205 busy = 0; in readObject()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFA.java829 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);
880 if ( busy.get(target)!=null ) cond = busy.get(target);
882 if ( cond!=CYCLIC_DONE && _hasCycle(target, busy) ) return true;
[all …]
/external/libdrm/tests/exynos/
Dexynos_fimg2d_event.c35 unsigned int busy; member
57 job->busy = 0; in g2d_event_handler()
108 while (jobs[i].busy) in wait_all_jobs()
119 if (jobs[i].busy == 0) in free_job()
167 j->busy = 1; in g2d_work()
/external/compiler-rt/test/tsan/
Dsignal_reset.cc21 static void* busy(void *p) { in busy() function
62 pthread_create(&th[0], 0, busy, 0); in main()
/external/libdrm/amdgpu/
Damdgpu_cs.c315 bool *busy) in amdgpu_ioctl_wait_cs() argument
337 *busy = args.out.status; in amdgpu_ioctl_wait_cs()
346 bool busy = true; in amdgpu_cs_query_fence_status() local
364 fence->fence, timeout_ns, flags, &busy); in amdgpu_cs_query_fence_status()
366 if (!r && !busy) in amdgpu_cs_query_fence_status()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java96 int busy = 0; in executeQuery() local
121 conn.busy3(conn.db, ++busy)) { in executeQuery()
130 int ms = 20 + busy * 10; in executeQuery()
/external/wpa_supplicant_8/src/ap/
Dacs.c295 long double factor, busy, total; in acs_survey_interference_factor() local
298 busy = survey->channel_time_busy; in acs_survey_interference_factor()
300 busy = survey->channel_time_rx; in acs_survey_interference_factor()
311 busy -= survey->channel_time_tx; in acs_survey_interference_factor()
317 (busy / total) * in acs_survey_interference_factor()
/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java19 public boolean busy(String table, int count); in busy() method
/external/chromium-trace/catapult/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt44 * For a reasonable amount of time ("busy")
57 then the server looks at the workers; all workers are busy or hung.
59 there are less than ``spawn_if_under`` busy threads. So if you have
61 4 busy threads, another thread will be opened (bringing the number of
62 busy threads back to 5). Later those threads may be collected again
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py652 busy = 0
663 busy += 1
664 if busy < self.spawn_if_under:
667 'workers', busy, self.spawn_if_under-busy)
669 for i in range(self.spawn_if_under - busy):
674 busy)
694 result = dict(idle=[], busy=[], hung=[], dying=[], zombie=[])
/external/libunwind/src/ia64/
DGscript.c52 .busy = AO_TS_INITIALIZER
105 if (!spin_trylock_irqsave (&cache->busy, *saved_maskp)) in get_script_cache()
113 if (AO_test_and_set (&cache->busy) == AO_TS_SET) in get_script_cache()
140 spin_unlock_irqrestore (&cache->busy, *saved_maskp); in put_script_cache()
143 AO_CLEAR (&cache->busy); in put_script_cache()
/external/libpcap/msdos/
Dpktdrvr.c802 PUBLIC void PktQueueBusy (BOOL busy) in PktQueueBusy() argument
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp; in PktQueueBusy()
857 PUBLIC void PktQueueBusy (BOOL busy) in PktQueueBusy() argument
863 if (busy) in PktQueueBusy()
923 PUBLIC void PktQueueBusy (BOOL busy) in PktQueueBusy() argument
929 if (busy) in PktQueueBusy()
983 PUBLIC void PktQueueBusy (BOOL busy) in PktQueueBusy() argument
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs; in PktQueueBusy()
Dpktdrvr.h145 extern void PktQueueBusy (BOOL busy);
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c778 static volatile int busy = 0; variable
782 busy++; in VG_()
800 busy--; in VG_()
845 busy, vgdb_interrupted_tid); in give_control_back_to_vgdb()
879 if (busy) { in VG_()
930 busy++; in VG_()
943 busy--; in VG_()
/external/libunwind/include/tdep-ia64/
Dscript.h63 AO_TS_t busy; /* is the script-cache busy? */ member
/external/valgrind/gdbserver_tests/
Dnlsigvgdb.stdinB.gdb9 # an invocation while the gdbserver is already busy.
DmcinvokeRU.vgtest7 # as the Valgrind process is always busy, we do not need the vgdb.invoker prereq.
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc5 clients concurrently uploading, responding with a proper busy message if necessary.
20 If there are too many clients uploading, we want the server to respond to all requests with a busy
24 "<html><body>This server is busy, please try again later.</body></html>";
87 The decision whether the server is busy or not is made right at the beginning of the connection. To
109 If the server is not busy, the @code{connection_info} structure is initialized as usual, with
/external/autotest/client/profilers/powertop/src/
DChangelog16 * Show USB suspend statistics as a low priority hint for busy
38 * Show blue color if the cpu is 25% or more busy to indicate
111 the cpu is 100% busy as reported by Friedrich
/external/valgrind/helgrind/tests/
Dbar_bad.stderr.exp53 with error code 16 (EBUSY: Device or resource busy)
Dpth_cond_destroy_busy.stderr.exp42 with error code 16 (EBUSY: Device or resource busy)
Dpth_cond_destroy_busy.stderr.exp-ppc6442 with error code 16 (EBUSY: Device or resource busy)
/external/autotest/client/bin/
Dcpuset.py231 busy = set()
236 busy |= get_mem_nodes(child_container)
237 return busy
/external/e2fsprogs/e2fsck/
Dmtrace.h136 } busy; member

123456