Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c151 static struct watcher_list* find_watcher(uv_loop_t* loop, int wd) { in find_watcher() function
203 w = find_watcher(loop, e->wd); in uv__inotify_read()
279 w = find_watcher(handle->loop, wd); in uv_fs_event_start()
311 w = find_watcher(handle->loop, handle->wd); in uv_fs_event_stop()
/third_party/libuv/src/unix/
H A Dlinux.c2444 static struct watcher_list* find_watcher(uv_loop_t* loop, int wd) { in find_watcher() function
2498 w = find_watcher(loop, e->wd); in uv__inotify_read()
2577 w = find_watcher(loop, wd); in uv_fs_event_start()
2609 w = find_watcher(handle->loop, handle->wd); in uv_fs_event_stop()

Completed in 5 milliseconds