Searched refs:queue (Results 251 - 275 of 738) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dqueue.tcl0 # queue.tcl --
3 # Implementation of a queue data structure for Tcl.
11 # RCS: @(#) $Id: queue.tcl,v 1.15 2010/03/24 06:13:00 andreas_kupries Exp $
16 namespace eval ::struct::queue {}
19 ## Management of queue implementations.
21 # ::struct::queue::LoadAccelerator --
32 proc ::struct::queue::LoadAccelerator {key} {
37 # Critcl implementation of queue requires Tcl 8.4.
63 # ::struct::queue::SwitchTo --
73 proc ::struct::queue
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_quota.h74 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dmp_pcb.h34 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Droute6.c62 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dev.h36 #include <sys/queue.h>
H A Ducred.h81 #include <sys/queue.h>
H A Dvm.h79 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandPool.h56 #include <kern/queue.h>
83 queue_head_t fQueueHead; /* head of the queue of elements available */
H A DIOInterruptAccountingPrivate.h39 #include <kern/queue.h>
199 * Routines for adding and removing objects from the global queue of IOInterruptAccountingData objects;
200 * the queue exists as a debugging aid (no entities other than these routines should care about the
201 * queue at runtime).
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.h31 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A Datm_internal.h40 #include <kern/queue.h>
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor_backing_store.h34 #include <kern/queue.h>
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_iokit.c58 #include <sys/queue.h>
H A Dmac_label.c36 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_proto.c49 #include <kern/queue.h>
303 queue_t queue; local
310 queue = rq->queues + rq->highq;
325 thread = (thread_t)queue_first(queue);
326 while (!queue_end(queue, (queue_entry_t)thread)) {
336 if (queue_empty(queue)) {
350 queue--; pri--;
435 * Thread is on a run queue and we have a lock on
436 * that run queue.
446 /* update run queue statu
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A Dpool.c7 #include <sys/queue.h>
22 * -> queue -- ... --> queue -- --
30 * queue and multiple threads. The first stage is the producer and subsequent
37 * the work queue it is tagged with this affinity. When a consumer dequeues a
42 * when no buffer is available on a queue and it is signaled when a buffer
43 * is placed on an empty queue. Queues are tailq'a a la <sys/queue.h>.
44 * The queue management is centralized in a single routine: what queues to
70 * A work queue, complet
[all...]
H A Dsets.c7 #include <sys/queue.h>
23 * -> queue --> producer --> queue --> consumer --
32 * A worker thread removes a buffer from an input queue, processses it and
33 * queues it on an output queue. By default the initial stage (producer)
43 * when no buffer is available on a queue and it is signaled when a buffer
44 * is placed on an empty queue. Queues are tailq'a a la <sys/queue.h>.
45 * The queue management is centralized in a single routine: what queues to
69 * A work queue, complet
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DAudioFileReaderGStreamer.cpp227 // ... deinterleave ! queue ! appsink.
228 GstElement* queue = gst_element_factory_make("queue", 0); local
239 gst_bin_add_many(GST_BIN(m_pipeline), queue, sink, NULL); local
241 GstPad* sinkPad = gst_element_get_static_pad(queue, "sink");
245 gst_element_link_pads_full(queue, "src", sink, "sink", GST_PAD_LINK_CHECK_NOTHING);
247 gst_element_set_state(queue, GST_STATE_READY);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebIconDatabase.cpp405 Vector<String> queue; local
408 queue.swap(m_sharedWebIconDatabase->m_notificationQueue);
412 for (unsigned i = 0; i < queue.size(); ++i) {
413 if (queue[i].isNull())
416 postDidAddIconNotification(queue[i], m_sharedWebIconDatabase);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dparallel.tcl8 puts -nonewline "Loading run queue with $nitems items..."
18 -mode 0644 -len 200 -queue queue.db} ]
21 -mode 0644 -len 200 -queue serialqueue.db} ]
187 -mode 0644 -queue queue.db} ]
191 -mode 0644 -queue serialqueue.db} ]
194 puts "FAIL: queue type $qtype not recognized"
H A Dt106script.tcl23 # Open queue database
24 set dbq [eval {berkdb_open -create -queue -env $dbenv\
25 -auto_commit -len 32 queue.db} ]
93 # Open queue database
94 set dbq [eval {berkdb_open -create -queue -env $dbenv\
95 -auto_commit -len 32 queue.db} ]
172 # Open queue database and btree database 1.
174 -create -queue -env $dbenv -auto_commit -len 32 queue.db} ]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dclient.c105 HeimCredCTX.queue,
246 dispatch_sync(HeimCredCTX.queue, ^{
316 dispatch_sync(HeimCredCTX.queue, ^{
377 dispatch_sync(HeimCredCTX.queue, ^{
411 dispatch_sync(HeimCredCTX.queue, ^{
432 dispatch_sync(HeimCredCTX.queue, ^{
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.m89 queue:opq completionHandler: completionBlock
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h29 #import <dispatch/queue.h>
114 - (void) calloutWith: (void(^)(NSSet *pending, bool syncWithPeersPending, bool ensurePeerRegistration, dispatch_queue_t queue, void(^done)(NSSet *handledKeys, bool handledSyncWithPeers, bool handledEnsurePeerRegistration))) callout;
/macosx-10.10/libdispatch-442.1.4/private/
H A Dmach_private.h230 * @param queue
231 * The target queue of the channel, where the handler and barrier blocks will
244 dispatch_mach_create(const char *label, dispatch_queue_t queue,
281 * @param queue
282 * The target queue of the channel, where the handler and barrier blocks will
298 dispatch_mach_create_f(const char *label, dispatch_queue_t queue, void *context,
442 * The barrier block to submit to the channel target queue.
465 * The barrier function to submit to the channel target queue.
485 * The barrier block to submit to the channel target queue.
508 * The barrier function to submit to the channel target queue
[all...]

Completed in 184 milliseconds

<<11121314151617181920>>