Home
last modified time | relevance | path

Searched refs:uv__queue_move (Results 1 – 9 of 9) sorted by relevance

/libuv/src/unix/
H A Dasync.c196 uv__queue_move(&loop->async_handles, &queue);
354 uv__queue_move(&loop->async_handles, &queue);
385 uv__queue_move(&loop->async_handles, &queue);
H A Dloop-watcher.c52 uv__queue_move(&loop->name##_handles, &queue); \
H A Dfsevents.c159 uv__queue_move(&(handle)->cf_events, &events); \
742 uv__queue_move(&loop->cf_signals, &split_head); in uv__cf_loop_cb()
H A Dlinux.c2474 uv__queue_move(&watcher_list->watchers, &queue); in uv__inotify_fork()
2495 uv__queue_move(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork()
2588 uv__queue_move(&w->watchers, &queue); in uv__inotify_read()
H A Dstream.c909 uv__queue_move(&stream->write_completed_queue, &pq); in uv__write_callbacks()
H A Dcore.c845 uv__queue_move(&loop->pending_queue, &pq); in uv__run_pending()
/libuv/src/
H A Dqueue.h62 static inline void uv__queue_move(struct uv__queue* h, struct uv__queue* n) { in uv__queue_move() function
H A Dthreadpool.c318 uv__queue_move(&loop->wq, &wq); in uv__work_done()
H A Duv-common.c540 uv__queue_move(&loop->handle_queue, &queue); in uv_walk()

Completed in 36 milliseconds