OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_watcher
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
linux-inotify.c
151
static struct watcher_list*
find_watcher
(uv_loop_t* loop, int wd) {
function
203
w =
find_watcher
(loop, e->wd);
279
w =
find_watcher
(handle->loop, wd);
311
w =
find_watcher
(handle->loop, handle->wd);
linux.c
2580
static struct watcher_list*
find_watcher
(uv_loop_t* loop, int wd) {
function
2634
w =
find_watcher
(loop, e->wd);
2713
w =
find_watcher
(loop, wd);
2745
w =
find_watcher
(handle->loop, handle->wd);
Completed in 15 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026