Searched refs:queue (Results 276 - 300 of 738) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A DpkgIndex.tcl5 package ifneeded struct::queue 1.4.2 [list source [file join $dir queue.tcl]]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Denv009.tcl25 set dbq [berkdb_open -create -queue $testdir/env009q.db]
69 puts "\tEnv009.k: queue stats"
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.h84 virtual IOReturn submit(bool queue = false);
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDLibPrivate.h91 CFArrayRef _IOHIDQueueCopyElements(IOHIDQueueRef queue);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorDebuggableConnection.h96 RemoteInspectorQueue queue() const { return m_queue; } function in class:Inspector::final
/macosx-10.10/adv_cmds-158/ps/
H A Dps.h37 #include <sys/queue.h>
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.h325 dispatch queue.
328 @param queue A libdispatch queue to run the callback on. Pass NULL to disable notifications, and release queue.
335 dispatch_queue_t queue
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.h29 #include <sys/queue.h>
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dplog.h43 #include <sys/queue.h>
H A Dpolicy.h36 #include <sys/queue.h>
H A Dproposal.h35 #include <sys/queue.h>
H A Dthrottle.c50 #include <sys/queue.h>
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Ddata.h103 * specified queue to free the buffer.
106 * be freed via free(3) and the queue argument ignored.
113 * @param queue The queue to which the destructor should be submitted.
123 dispatch_queue_t queue,
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_client.h30 #include <sys/queue.h>
H A Dscnc_client.h30 #include <sys/queue.h>
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py78 self.queue = Queue()
85 self.queue.put(None)
89 self.queue.put((func, args, kwargs))
92 """Fetch work from a queue, block when there's nothing to do.
96 work = self.queue.get()
176 # thread run. When this thread is idle (blocking in queue.get()) there is
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py78 self.queue = Queue()
85 self.queue.put(None)
89 self.queue.put((func, args, kwargs))
92 """Fetch work from a queue, block when there's nothing to do.
96 work = self.queue.get()
176 # thread run. When this thread is idle (blocking in queue.get()) there is
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py78 self.queue = Queue()
85 self.queue.put(None)
89 self.queue.put((func, args, kwargs))
92 """Fetch work from a queue, block when there's nothing to do.
96 work = self.queue.get()
176 # thread run. When this thread is idle (blocking in queue.get()) there is
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkext_net.h38 #include <sys/queue.h>
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dpipe.h63 #include <sys/queue.h> /* for TAILQ macros */
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A DMakefile44 queue.h \
H A Dtimer.c61 #include <kern/queue.h>
H A Dtimer_call.h44 #include <kern/queue.h>
56 decl_simple_lock_data( ,lock); /* protects call_entry queue */
60 call_entry queue's lock */
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_alloc.c36 #include <sys/queue.h>
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.h216 virtual bool addEventQueue( IOHIDEventQueue * queue );
217 virtual bool removeEventQueue( IOHIDEventQueue * queue );
218 virtual bool hasEventQueue( IOHIDEventQueue * queue );

Completed in 262 milliseconds

<<11121314151617181920>>