Lines Matching refs:queue
2467 struct uv__queue queue; in uv__inotify_fork() local
2489 uv__queue_move(&watcher_list->watchers, &queue); in uv__inotify_fork()
2490 while (!uv__queue_empty(&queue)) { in uv__inotify_fork()
2491 q = uv__queue_head(&queue); in uv__inotify_fork()
2510 uv__queue_move(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork()
2511 while (!uv__queue_empty(&queue)) { in uv__inotify_fork()
2512 q = uv__queue_head(&queue); in uv__inotify_fork()
2551 struct uv__queue queue; in uv__inotify_read() local
2603 uv__queue_move(&w->watchers, &queue); in uv__inotify_read()
2604 while (!uv__queue_empty(&queue)) { in uv__inotify_read()
2605 q = uv__queue_head(&queue); in uv__inotify_read()