Searched defs:busy (Results 1 - 25 of 41) 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/chromium_org/mojo/system/
H A Dhandle_table.h57 // handle or |MOJO_RESULT_BUSY| if the handle is marked as busy.)
82 // Tries to mark the given handles as busy and start transport on them (i.e.,
85 // (non-busy, unlocked state).
93 // previously been marked busy by |MarkBusyAndStartTransport()|.
97 // previously been marked busy by |MarkBusyAndStartTransport()|, to a non-busy
104 // The |busy| member is used only to deal with functions (in particular
111 // busy (if it is busy, then it fails with |MOJO_RESULT_BUSY|) and then marks
112 // it as busy
127 bool busy; member in struct:mojo::system::HandleTable::Entry
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPlotMgr.h38 char* busy = fBusy; local
41 if (!*busy) {
42 *busy = true;
46 busy++;
/external/skia/src/gpu/
H A DGrPlotMgr.h38 char* busy = fBusy; local
41 if (!*busy) {
42 *busy = true;
46 busy++;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_profile_queue.c47 bool busy; member in struct:__anon1086
86 // If the queue is currently busy, we return success anyway,
88 if (p_head->busy)
91 p_head->busy = true;
134 ** Description Clear the queue's busy status and advance to the next
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_superlock.c26 ** A structure to collect a busy-handler callback and argument and a count
30 int (*xBusy)(void*,int); /* Pointer to busy-handler function */
49 ** SuperlockBusy structure. Invoke the busy-handler function encapsulated
88 ** the busy-handler until either it is obtained or the busy-handler
107 ** Invoke the supplied busy-handler as required.
178 ** as a busy-handler registered with SQLite (using sqlite3_busy_handler())
179 ** until either the lock can be obtained or the busy-handler function returns
186 void *pBusyArg, /* Context arg for busy handler */
189 SuperlockBusy busy local
312 InterpAndScript busy = {0, 0}; local
[all...]
H A Dtest4.c35 int busy; /* True if this thread is in use */ member in struct:Thread
59 ** The main loop for a thread. Threads use busy waiting.
139 if( threadset[i].busy ){
143 threadset[i].busy = 1;
152 threadset[i].busy = 0;
186 if( !threadset[i].busy ){
206 p->busy = 0;
230 if( threadset[i].busy ) stop_thread(&threadset[i]);
235 if( !threadset[i].busy ){
266 if( !threadset[i].busy ){
[all...]
H A Dtest7.c57 volatile int busy; /* True if this thread is in use */ member in struct:Thread
81 ** The main loop for a thread. Threads use busy waiting.
161 if( threadset[i].busy ){
165 threadset[i].busy = 1;
174 threadset[i].busy = 0;
209 if( !threadset[i].busy ){
229 p->busy = 0;
253 if( threadset[i].busy ){
260 if( !threadset[i].busy ){
268 for(i=0; i<N_THREAD && threadset[i].busy
[all...]
/external/e2fsprogs/e2fsck/
H A Dmtrace.h120 /* Heap information for a busy block. */
136 } busy; member in union:__anon20447
/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/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;
/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
294 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
294 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
294 long double factor, busy, total; local
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java90 public boolean busy(String table, int count) { method in class:JDBCConnection
/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/libpcap/msdos/
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/valgrind/main/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/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h172 BOOLEAN busy; member in struct:__anon1232

Completed in 3075 milliseconds

12