HomeSort by: relevance | last modified time | path
    Searched refs:uv__queue_head (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
loop-watcher.c 54 q = uv__queue_head(&queue); \
async.c 194 q = uv__queue_head(&queue);
345 q = uv__queue_head(&queue);
376 q = uv__queue_head(&queue);
fsevents.c 166 q = uv__queue_head(&events); \
688 q = uv__queue_head(&loop->cf_signals);
746 item = uv__queue_head(&split_head);
posix-poll.c 160 q = uv__queue_head(&loop->watcher_queue);
udp.c 75 q = uv__queue_head(&handle->write_queue);
103 q = uv__queue_head(&handle->write_completed_queue);
1379 q = uv__queue_head(&handle->write_queue);
1391 q = uv__queue_head(&handle->write_queue);
1412 q = uv__queue_head(&handle->write_queue);
stream.c 444 q = uv__queue_head(&stream->write_queue);
858 q = uv__queue_head(&stream->write_queue);
913 q = uv__queue_head(&pq);
os390-syscalls.c 190 q = uv__queue_head(&global_epoll_queue);
process.c 115 q = uv__queue_head(h);
154 q = uv__queue_head(h);
kqueue.c 193 q = uv__queue_head(&loop->watcher_queue);
linux.c 1407 q = uv__queue_head(&loop->watcher_queue);
2544 q = uv__queue_head(&queue);
2565 q = uv__queue_head(&queue);
2658 q = uv__queue_head(&queue);
sunos.c 174 q = uv__queue_head(&loop->watcher_queue);
aix.c 161 q = uv__queue_head(&loop->watcher_queue);
os390.c 841 q = uv__queue_head(&loop->watcher_queue);
core.c 850 q = uv__queue_head(&pq);
  /src/external/mit/libuv/dist/src/
threadpool.c 73 (uv__queue_head(&wq) == &run_slow_work_message &&
81 q = uv__queue_head(&wq);
108 q = uv__queue_head(&slow_io_pending_wq);
325 q = uv__queue_head(&wq);
queue.h 36 static inline struct uv__queue* uv__queue_head(const struct uv__queue* q) { function
timer.c 187 queue_node = uv__queue_head(&ready_queue);
uv-common.c 561 q = uv__queue_head(&queue);
  /src/external/mit/libuv/dist/src/win/
pipe.c 657 q = uv__queue_head(&handle->pipe.conn.ipc_xfer_queue);
1157 q = uv__queue_head(&server->pipe.conn.ipc_xfer_queue);

Completed in 67 milliseconds