/third_party/libuv/src/ |
D | queue.h | 21 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); \
|
D | threadpool.c | 40 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()
|
D | uv-common.c | 501 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/ |
D | pack.js | 37 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()
|
D | parse.js | 45 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/ |
D | test-timers-immediate-queue-throw.js | 19 const QUEUE = 10; constant 43 }, QUEUE * 3); 45 for (let i = 0; i < QUEUE; i++) 55 for (let i = 0; i < QUEUE; i++)
|
D | test-timers-immediate-queue.js | 36 const QUEUE = 10; constant 51 for (let i = 0; i < QUEUE; i++) 56 assert.strictEqual(hit, QUEUE);
|
/third_party/libuv/src/unix/ |
D | fsevents.c | 83 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 …]
|
D | linux-inotify.c | 38 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()
|
D | loop-watcher.c | 50 QUEUE queue; \ 51 QUEUE* q; \
|
D | async.c | 125 QUEUE queue; in uv__async_io() 126 QUEUE* q; in uv__async_io()
|
D | os390-syscalls.h | 48 QUEUE member;
|
D | os390-syscalls.c | 30 static QUEUE global_epoll_queue; 181 QUEUE* q; in child_fork() 353 QUEUE* q; in epoll_file_close()
|
D | process.c | 91 QUEUE pending; in uv__wait_children() 92 QUEUE* q; in uv__wait_children() 93 QUEUE* h; in uv__wait_children()
|
D | udp.c | 101 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()
|
D | stream.c | 431 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()
|
D | epoll.c | 121 QUEUE* q; in uv__io_poll()
|
D | posix-poll.c | 139 QUEUE* q; in uv__io_poll()
|
D | signal.c | 292 QUEUE* q; in uv__signal_loop_cleanup()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 37 struct QUEUE struct
|
D | tilemgr.h | 87 QUEUE<BE_WORK> mFifo;
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptimerqueue.h | 37 G_DECLARE_FINAL_TYPE (RtpTimerQueue, rtp_timer_queue, RTP_TIMER, QUEUE, GObject);
|
/third_party/iptables/extensions/ |
D | libxt_NFQUEUE.man | 13 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/ |
D | qmdc3c0.c | 49 NVC3C0_QMDV02_02_DEF(qmd, DEPENDENT_QMD_TYPE, QUEUE, GRID); in NVC3C0QmdDump_V02_02()
|
D | qmdc0c0.c | 49 NVC0C0_QMDV02_01_DEF(qmd, DEPENDENT_QMD_TYPE, QUEUE, GRID); in NVC0C0QmdDump_V02_01()
|