Searched refs:QUEUE_MOVE (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 112 QUEUE_MOVE(&watcher_list->watchers, &queue); in uv__inotify_fork() 133 QUEUE_MOVE(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork() 225 QUEUE_MOVE(&w->watchers, &queue); in uv__inotify_read()
|
D | loop-watcher.c | 52 QUEUE_MOVE(&loop->name##_handles, &queue); \
|
D | async.c | 149 QUEUE_MOVE(&loop->async_handles, &queue); in uv__async_io()
|
D | fsevents.c | 161 QUEUE_MOVE(&(handle)->cf_events, &events); \ 757 QUEUE_MOVE(&loop->cf_signals, &split_head); in uv__cf_loop_cb()
|
D | core.c | 790 QUEUE_MOVE(&loop->pending_queue, &pq); in uv__run_pending()
|
D | stream.c | 944 QUEUE_MOVE(&stream->write_completed_queue, &pq); in uv__write_callbacks()
|
/third_party/libuv/src/ |
D | queue.h | 72 #define QUEUE_MOVE(h, n) \ macro
|
D | threadpool.c | 309 QUEUE_MOVE(&loop->wq, &wq); in uv__work_done()
|
D | uv-common.c | 505 QUEUE_MOVE(&loop->handle_queue, &queue); in uv_walk()
|
/third_party/libuv/ |
D | ChangeLog | 3073 * src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis) 3075 * unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis)
|