Home
last modified time | relevance | path

Searched refs:tmp_watcher_list (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c91 struct watcher_list tmp_watcher_list; in uv__inotify_fork() local
103 QUEUE_INIT(&tmp_watcher_list.watchers); in uv__inotify_fork()
126 QUEUE_INSERT_TAIL(&tmp_watcher_list.watchers, &handle->watchers); in uv__inotify_fork()
133 QUEUE_MOVE(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork()
/third_party/libuv/src/unix/
H A Dlinux.c2383 struct watcher_list tmp_watcher_list; in uv__inotify_fork() local
2397 uv__queue_init(&tmp_watcher_list.watchers); in uv__inotify_fork()
2420 uv__queue_insert_tail(&tmp_watcher_list.watchers, &handle->watchers); in uv__inotify_fork()
2427 uv__queue_move(&tmp_watcher_list.watchers, &queue); in uv__inotify_fork()

Completed in 4 milliseconds