Lines Matching refs:watchers
259 struct uv__queue watchers; member
1514 w = loop->watchers[fd]; in uv__io_poll()
2480 uv__queue_init(&tmp_watcher_list.watchers); in uv__inotify_fork()
2489 uv__queue_move(&watcher_list->watchers, &queue); in uv__inotify_fork()
2492 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2500 uv__queue_insert_tail(&watcher_list->watchers, q); in uv__inotify_fork()
2503 uv__queue_insert_tail(&tmp_watcher_list.watchers, &handle->watchers); in uv__inotify_fork()
2510 uv__queue_move(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork()
2514 handle = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_fork()
2536 if ((!w->iterating) && uv__queue_empty(&w->watchers)) { in maybe_free_watcher_list()
2603 uv__queue_move(&w->watchers, &queue); in uv__inotify_read()
2606 h = uv__queue_data(q, uv_fs_event_t, watchers); in uv__inotify_read()
2609 uv__queue_insert_tail(&w->watchers, q); in uv__inotify_read()
2671 uv__queue_init(&w->watchers); in uv_fs_event_start()
2677 uv__queue_insert_tail(&w->watchers, &handle->watchers); in uv_fs_event_start()
2698 uv__queue_remove(&handle->watchers); in uv_fs_event_stop()