Home
last modified time | relevance | path

Searched refs:QUEUE (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libuv/src/
Dqueue.h21 typedef void *QUEUE[2]; typedef
24 #define QUEUE_NEXT(q) (*(QUEUE **) &((*(q))[0]))
25 #define QUEUE_PREV(q) (*(QUEUE **) &((*(q))[1]))
40 ((const QUEUE *) (q) == (const QUEUE *) QUEUE_NEXT(q))
77 QUEUE* q = QUEUE_HEAD(h); \
Dthreadpool.c40 static QUEUE exit_message;
41 static QUEUE wq;
42 static QUEUE run_slow_work_message;
43 static QUEUE slow_io_pending_wq;
59 QUEUE* q; in worker()
142 static void post(QUEUE* q, enum uv__work_kind kind) { in post()
303 QUEUE* q; in uv__work_done()
304 QUEUE wq; in uv__work_done()
Duv-common.c501 QUEUE queue; in uv_walk()
502 QUEUE* q; in uv_walk()
521 QUEUE* q; in uv__print_handles()
806 QUEUE* q; in uv_loop_close()
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js37 const QUEUE = Symbol('queue') constant
100 this[QUEUE] = new Yallist
145 this[QUEUE].push(job)
153 this[QUEUE].push(new PackJob(p, absolute))
205 for (let w = this[QUEUE].head;
211 this[QUEUE].removeNode(w)
218 if (this[ENDED] && !this[QUEUE].length && this[JOBS] === 0) {
229 return this[QUEUE] && this[QUEUE].head && this[QUEUE].head.value
233 this[QUEUE].shift()
Dparse.js45 const QUEUE = Symbol('queue') constant
87 this[QUEUE] = new Yallist()
153 this[QUEUE].push(entry)
156 this[QUEUE].push(entry)
184 do {} while (this[PROCESSENTRY](this[QUEUE].shift()))
186 if (!this[QUEUE].length) {
234 if (!this[QUEUE].length && !this[READENTRY])
237 this[QUEUE].push([ev, data, extra])
320 this[QUEUE].length ? false :
325 if (!ret && !this[QUEUE].length)
/third_party/node/test/parallel/
Dtest-timers-immediate-queue-throw.js19 const QUEUE = 10; constant
43 }, QUEUE * 3);
45 for (let i = 0; i < QUEUE; i++)
55 for (let i = 0; i < QUEUE; i++)
Dtest-timers-immediate-queue.js36 const QUEUE = 10; constant
51 for (let i = 0; i < QUEUE; i++)
56 assert.strictEqual(hit, QUEUE);
/third_party/libuv/src/unix/
Dfsevents.c83 QUEUE member;
89 QUEUE member;
155 QUEUE events; \
156 QUEUE* q; \
198 QUEUE* events, in uv__fsevents_push_event()
229 QUEUE* q; in uv__fsevents_event_cb()
234 QUEUE head; in uv__fsevents_event_cb()
414 QUEUE* q; in uv__fsevents_reschedule()
689 QUEUE* q; in uv__fsevents_loop_delete()
749 QUEUE* item; in uv__cf_loop_cb()
[all …]
Dlinux-inotify.c38 QUEUE watchers;
92 QUEUE queue; in uv__inotify_fork()
93 QUEUE* q; in uv__inotify_fork()
173 QUEUE queue; in uv__inotify_read()
174 QUEUE* q; in uv__inotify_read()
Dloop-watcher.c50 QUEUE queue; \
51 QUEUE* q; \
Dasync.c125 QUEUE queue; in uv__async_io()
126 QUEUE* q; in uv__async_io()
Dos390-syscalls.h48 QUEUE member;
Dos390-syscalls.c30 static QUEUE global_epoll_queue;
181 QUEUE* q; in child_fork()
353 QUEUE* q; in epoll_file_close()
Dprocess.c91 QUEUE pending; in uv__wait_children()
92 QUEUE* q; in uv__wait_children()
93 QUEUE* h; in uv__wait_children()
Dudp.c101 QUEUE* q; in uv__udp_finish_close()
129 QUEUE* q; in uv__udp_run_completed()
319 QUEUE* q; in uv__udp_sendmmsg()
411 QUEUE* q; in uv__udp_sendmsg()
Dstream.c431 QUEUE* q; in uv__stream_flush_write_queue()
886 QUEUE* q; in uv__write()
938 QUEUE* q; in uv__write_callbacks()
939 QUEUE pq; in uv__write_callbacks()
Depoll.c121 QUEUE* q; in uv__io_poll()
Dposix-poll.c139 QUEUE* q; in uv__io_poll()
Dsignal.c292 QUEUE* q; in uv__signal_loop_cleanup()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp37 struct QUEUE struct
Dtilemgr.h87 QUEUE<BE_WORK> mFifo;
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptimerqueue.h37 G_DECLARE_FINAL_TYPE (RtpTimerQueue, rtp_timer_queue, RTP_TIMER, QUEUE, GObject);
/third_party/iptables/extensions/
Dlibxt_NFQUEUE.man13 This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0.
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dqmdc3c0.c49 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_TYPE, QUEUE, GRID); in NVC3C0QmdDump_V02_02()
Dqmdc0c0.c49 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_TYPE, QUEUE, GRID); in NVC0C0QmdDump_V02_01()

12