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

12345

/macosx-10.9.5/tcl-102/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...]
H A Dreceiver.tcl109 method busy {} {}
125 return -code error "Object is busy"
140 method busy {} {
H A Dtransmitter.tcl97 method busy {} {}
112 return -code error "Object is busy"
127 method busy {} {
/macosx-10.9.5/securityd-55199.3/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.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnetp.h116 unsigned busy: 1; /* T => contains valid data */ member in struct:__anon8204
131 unsigned16 num_desc; /* number "busy" */
/macosx-10.9.5/tcl-102/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.9.5/cups-372.4/cups/backend/
H A Dusb-unix.c343 int busy; /* Are any ports busy? */ local
356 for (busy = 0, i = 0; i < 16; i ++)
387 * If the open failed because it was busy, flag it so we retry
392 busy = 1;
419 * as "busy", then sleep for a bit and retry...
422 if (busy)
444 int busy; /* Are any ports busy? */
457 for (i = 0, busy
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dgmalloc.c162 /* Heap information for a busy block. */
180 } busy; member in union:__anon8691
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.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-int.h46 Boolean busy; member in struct:_widget_info
/macosx-10.9.5/postfix-252/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.9.5/postfix-252/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
H A Dqmgr_queue.c37 /* destination, and a `busy' list of delivery requests in progress.
169 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
187 msg_panic("%s: queue is busy", myname);
209 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
382 if (queue->todo.next || queue->busy.next)
425 QMGR_LIST_INIT(queue->busy);
/macosx-10.9.5/bash-92/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.9.5/cups-372.4/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.9.5/ruby-104/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/architecture-265/i386/
H A Dfpu.h98 busy :1; member in struct:fp_status
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h95 busy :1; member in struct:fp_status
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.cpp105 RxSdu.busy = false;
204 this->RxSdu.busy = false; // ??
251 this->RxSdu.busy = false;
415 if (onOff == FlowOn) this->RxSdu.busy = false;
416 else this->RxSdu.busy = true;
468 depth = 1; // let it send one more and then go busy

Completed in 342 milliseconds

12345