Searched refs:dequeue (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DEventLoopMac.mm34 [NSApp sendEvent:[NSApp nextEventMatchingMask:NSAnyEventMask untilDate:[NSDate dateWithTimeIntervalSinceNow:0.05] inMode:NSDefaultRunLoopMode dequeue:YES]];
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOSharedDataQueue.h32 #ifdef dequeue
33 #undef dequeue macro
47 * @discussion The IOSharedDataQueue class is designed to also allow a user process to queue data to kernel code. IOSharedDataQueue objects are designed to be used in a single producer / single consumer situation. As such, there are no locks on the data itself. Because the kernel enqueue and user-space dequeue methods follow a strict set of guidelines, no locks are necessary to maintain the integrity of the data struct.
126 * @discussion This function can be used to look at the next entry which allows the entry to be received without having to copy it with dequeue. In order to do this, call peek to get the entry. Then call dequeue with a NULL data pointer. That will cause the head to be moved to the next entry, but no memory to be copied.
132 * @function dequeue
134 * @discussion This function will dequeue the next available entry on the queue. If a data pointer is provided, it will copy the data into the memory region if there is enough space available as specified in the dataSize parameter. If no data pointer is provided, it will simply move the head value past the current entry.
139 virtual Boolean dequeue(void *data, UInt32 *dataSize);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocBase.h57 /// live range splitting. They must also override enqueue/dequeue to provide an
85 /// dequeue - Return the next unassigned register, or NULL.
86 virtual LiveInterval *dequeue() = 0;
H A DRegAllocBase.cpp84 while (LiveInterval *VirtReg = dequeue()) {
H A DRegAllocBasic.cpp97 virtual LiveInterval *dequeue() { function in class:__anon10252::RABasic
/macosx-10.10/ntp-92/include/
H A Dntp_data_structures.h47 void *dequeue(queue *my_queue);
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXNotify.c54 dequeue:(BOOL)deqFlag {
59 inMode:mode dequeue:deqFlag] retain];
230 dequeue:YES];
280 inMode:GetRunLoopMode(modalSession) dequeue:YES];
/macosx-10.10/IONetworkingFamily-101/
H A DIOPacketQueue.h36 // We do not want the enqueue/dequeue macros defined in queue.h.
40 #undef dequeue macro
45 removed from the head of the queue (dequeue), and new packets are added
131 @discussion A following call to peek() or dequeue() will return
214 /*! @function dequeue
220 virtual mbuf_t dequeue();
H A DIOOutputQueue.h33 // FIXME - We do not want the enqueue/dequeue macros defined in queue.h.
36 #undef dequeue macro
H A DIOBasicOutputQueue.h60 void dequeue();
H A DIOOutputQueue.cpp342 dequeue();
369 dequeue();
394 void IOBasicOutputQueue::dequeue() function in class:IOBasicOutputQueue
405 // While dequeue is allowed, and incoming queue has packets.
551 dequeue();
574 // If dequeue is active, it means that:
575 // 1. A thread is about to call dequeue().
576 // 2. A thread is in dequeue() and calling the target.
578 // Wait for the dequeue thread to complete processing.
627 if (async == false) dequeue();
[all...]
H A DIOPacketQueue.cpp189 mbuf_t IOPacketQueue::dequeue() function in class:IOPacketQueue
212 // Locked forms of prepend/enqueue/dequeue/dequeueAll methods.
/macosx-10.10/ntp-92/ntpd/
H A Dntp_data_structures.c140 /* Define a function to dequeue the first element from the priority
144 void *dequeue(queue *my_queue) function
177 enqueue(q1, dequeue(q2));
H A Dntpsim.c146 curr_event = dequeue(event_queue);
191 rbuf = (struct recvbuf *)dequeue(recv_queue);
325 curr_script = dequeue(server->script);
H A Dntp_config.c1280 while (options && NULL != (option = dequeue(options))) {
1617 my_info->curr_script = dequeue(my_info->script);
1696 while (NULL != (addr_node = dequeue(ptree->manycastserver)))
1699 while (NULL != (addr_node = dequeue(ptree->multicastclient)))
1856 (my_val = dequeue(ptree->auth.crypto_cmd_list))) {
1940 tos = dequeue(ptree->orphan_cmds);
2103 while (NULL != (filegen_string = dequeue(ptree->stats_list)))
2106 while (NULL != (my_node = dequeue(ptree->filegen_opts))) {
2108 while (NULL != (my_opts = dequeue(my_node->options)))
2311 while (NULL != (my_opt = dequeue(ptre
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp44 #ifdef dequeue
45 #undef dequeue macro
H A DIOSharedDataQueue.cpp38 #ifdef dequeue
39 #undef dequeue macro
270 Boolean IOSharedDataQueue::dequeue(void *data, UInt32 *dataSize) function in class:IOSharedDataQueue
/macosx-10.10/xnu-2782.1.97/bsd/net/altq/
H A Daltq_subr.c118 altq_enq_func enqueue, altq_deq_func dequeue,
127 VERIFY(!(dequeue != NULL && dequeue_sc != NULL));
133 altq->altq_dequeue = dequeue;
117 altq_attach(struct ifaltq *altq, u_int32_t type, void *discipline, altq_enq_func enqueue, altq_deq_func dequeue, altq_deq_sc_func dequeue_sc, altq_req_func request) argument
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dhost_notify.c176 while ((entry = (host_notify_t)dequeue(&send_queue)) != NULL) {
H A Dwait_queue.c984 wql = (wait_queue_link_t) dequeue(links);
1120 wql = (wait_queue_link_t) dequeue(links);
1535 thread_t thread = (thread_t)(void *) dequeue(q);
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c413 dequeue:
423 goto dequeue;
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSViewExtras.m99 dequeue:YES]) != nil) {
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_pset.c310 wql = (wait_queue_link_t) dequeue(links);
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_subr.c484 ifclassq_enq_func enqueue, ifclassq_deq_func dequeue,
491 VERIFY(!(dequeue != NULL && dequeue_sc != NULL));
497 ifq->ifcq_dequeue = dequeue;
648 /* if token is still negative, don't allow dequeue */
483 ifclassq_attach(struct ifclassq *ifq, u_int32_t type, void *discipline, ifclassq_enq_func enqueue, ifclassq_deq_func dequeue, ifclassq_deq_sc_func dequeue_sc, ifclassq_req_func request) argument
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Djquery.js40 a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
41 w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
138 this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
139 "number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||

Completed in 324 milliseconds

12