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

12345

/macosx-10.10/apache-793/httpd/include/
H A Dheartbeat.h44 int busy; member in struct:hm_slot_server_t
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dtqueue.tcl13 # (#pending transfer requests, busy).
40 method busy {} {}
53 set busy 0
103 if {!$busy} {
111 method busy {} {
112 return $busy
141 set busy 1
173 set busy 0
187 set busy 0
197 uplevel #0 [linsert $options(-on-status-change) end $self [$queue size] $busy]
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dconnection.cpp33 // are times when we want to manipulate a busy Connection from another securityd
112 case busy:
116 secdebug("SS", "Connection %p abort deferred (busy)", this);
138 state = busy;
141 case busy:
153 case busy:
168 case busy:
H A Dconnection.h101 busy, // a thread is busy servicing us enumerator in enum:Connection::State
102 dying // busy and scheduled to die as soon as possible
/macosx-10.10/apache-793/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_bybusyness.c94 || (*worker)->s->busy < mycandidate->s->busy
95 || ((*worker)->s->busy == mycandidate->s->busy && (*worker)->s->lbstatus > mycandidate->s->lbstatus))
113 "proxy: bybusyness selected worker \"%s\" : busy %" APR_SIZE_T_FMT " : lbstatus %d",
114 mycandidate->s->name, mycandidate->s->busy, mycandidate->s->lbstatus);
129 (*worker)->s->busy = 0;
H A Dmod_lbmethod_bytraffic.c116 "proxy: bytraffic selected worker \"%s\" : busy %" APR_SIZE_T_FMT,
117 mycandidate->s->name, mycandidate->s->busy);
131 (*worker)->s->busy = 0;
/macosx-10.10/cups-408/cups/backend/
H A Dusb-unix.c334 int busy; /* Are any ports busy? */ local
347 for (busy = 0, i = 0; i < 16; i ++)
378 * If the open failed because it was busy, flag it so we retry
383 busy = 1;
410 * as "busy", then sleep for a bit and retry...
413 if (busy)
435 int busy; /* Are any ports busy? */
448 for (i = 0, busy
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomnetp.h116 unsigned busy: 1; /* T => contains valid data */ member in struct:__anon8278
131 unsigned16 num_desc; /* number "busy" */
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dcursors.tcl15 # busy -- operation in progress
55 busy watch
84 busy wait
111 busy watch
162 {busy forbidden ""}
/macosx-10.10/emacs-93/emacs/src/
H A Dgmalloc.c162 /* Heap information for a busy block. */
180 } busy; member in union:__anon8737
548 _heapinfo[block].busy.type = 0;
549 _heapinfo[block].busy.info.size = blocks;
552 _heapinfo[block + blocks].busy.info.size = -blocks;
789 if (--_heapinfo[block].busy.info.frag.nfree != 0)
790 _heapinfo[block].busy.info.frag.first = (unsigned long int)
833 _heapinfo[block].busy.type = log;
834 _heapinfo[block].busy.info.frag.nfree = i - 1;
835 _heapinfo[block].busy
[all...]
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-int.h46 Boolean busy; member in struct:_widget_info
/macosx-10.10/postfix-255/postfix/src/oqmgr/
H A Dqmgr_enable.c105 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
H A Dqmgr_entry.c38 /* of the site's `busy' list (i.e. queue entries that have been
56 /* moved to the queue's `busy' list: the list of messages being
60 /* per-site queue's `busy' list and moves it to the queue's
110 QMGR_LIST_APPEND(queue->busy, entry);
172 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
188 msg_panic("%s: queue %s entry is busy", myname, src->name);
225 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
270 if (queue->todo.next == 0 && queue->busy.next == 0) {
332 * XXX At this point in the code, the busy reference count is still less
H A Dqmgr_queue.c40 /* destination, and a `busy' list of delivery requests in progress.
154 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
170 msg_panic("%s: queue is busy", myname);
192 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
386 if (queue->todo.next || queue->busy.next)
429 QMGR_LIST_INIT(queue->busy);
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr_enable.c105 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
H A Dqmgr_entry.c38 /* of the site's `busy' list (i.e. queue entries that have been
59 /* moved to the queue's `busy' list: the list of messages being
63 /* per-site queue's `busy' list and moves it to the queue's
120 QMGR_LIST_APPEND(queue->busy, entry, queue_peers);
193 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
215 msg_panic("%s: queue %s entry is busy", myname, src_queue->name);
264 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
342 if (queue->todo.next == 0 && queue->busy.next == 0) {
393 * XXX At this point in the code, the busy reference count is still less
/macosx-10.10/cups-408/cups/everywhere/
H A Ddocument-tests.test70 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
85 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
100 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
115 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
135 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
153 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
171 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
189 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
209 STATUS server-error-busy REPEAT-MATCH REPEAT-LIMIT 30
227 STATUS server-error-busy REPEA
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c212 might have encountered a busy bucket when allocating and moved up to
224 /* busy[i] is nonzero while allocation or free of block size i is in progress. */
226 static char busy[NBUCKETS]; variable
326 assumed to not be busy; the caller (morecore()) checks for this.
337 if (nextf[nbuck] == 0 || busy[nbuck])
340 busy[nbuck] = 1;
354 busy[nbuck] = 0;
362 busy[nbuck] = 0;
369 busy[nbuck] = 0;
379 busy[nbuc
[all...]
/macosx-10.10/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test199 STATUS server-error-busy REPEAT-MATCH
222 STATUS server-error-busy REPEAT-MATCH
245 STATUS server-error-busy REPEAT-MATCH
265 STATUS server-error-busy REPEAT-MATCH
288 STATUS server-error-busy REPEAT-MATCH
311 STATUS server-error-busy REPEAT-MATCH
331 STATUS server-error-busy REPEAT-MATCH
354 STATUS server-error-busy REPEAT-MATCH
377 STATUS server-error-busy REPEAT-MATCH
397 STATUS server-error-busy REPEA
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dipp-everywhere.test199 STATUS server-error-busy REPEAT-MATCH
222 STATUS server-error-busy REPEAT-MATCH
245 STATUS server-error-busy REPEAT-MATCH
265 STATUS server-error-busy REPEAT-MATCH
288 STATUS server-error-busy REPEAT-MATCH
311 STATUS server-error-busy REPEAT-MATCH
331 STATUS server-error-busy REPEAT-MATCH
354 STATUS server-error-busy REPEAT-MATCH
377 STATUS server-error-busy REPEAT-MATCH
397 STATUS server-error-busy REPEA
[all...]
H A Dmake-ippeverywhere-print-tests.sh31 STATUS server-error-busy REPEAT-MATCH
54 STATUS server-error-busy REPEAT-MATCH
77 STATUS server-error-busy REPEAT-MATCH
/macosx-10.10/apache-793/httpd/modules/cluster/
H A Dmod_heartbeat.c41 static const char *msg_format = "v=%u&ready=%u&busy=%u";
52 apr_uint32_t busy = 0; local
76 busy++;
81 len = apr_snprintf(buf, sizeof(buf), msg_format, MSG_VERSION, ready, busy);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dbusy.rb2 # tk/busy.rb: support 'tk busy' command (Tcl/Tk8.6 or later)
15 ['tk', 'busy', 'cget', win.path]
21 ['tk', 'busy', 'configure', win.path]
64 tk_call_without_enc('tk', 'busy', 'hold', win, *hash_kv(keys))
69 tk_call_without_enc('tk', 'busy', 'forget', *wins)
74 list(tk_call('tk', 'busy', 'current', pat))
78 bool(tk_call_without_enc('tk', 'busy', 'status', win))
100 def busy(keys={}) method in class:Tk
104 alias busy_hold busy
[all...]
/macosx-10.10/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc59 * idle / busy / interrupt cycle counts which should provide very good
75 ULONG ulBusyLow; /* Low 32 bits of busy time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
/macosx-10.10/architecture-266/i386/
H A Dfpu.h98 busy :1; member in struct:fp_status

Completed in 258 milliseconds

12345