Lines Matching defs:watchers
55 assert(loop->watchers != NULL);
58 events = (struct epoll_event*) loop->watchers[loop->nwatchers];
59 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
308 uv__io_t* watchers;
312 assert(loop->watchers != NULL);
313 loop->watchers[loop->nwatchers] = x.watchers;
314 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
328 w = loop->watchers[fd];
367 /* Run signal watchers last. This also affects child process watchers
368 * because those are implemented in terms of signal watchers.
391 loop->watchers[loop->nwatchers] = NULL;
392 loop->watchers[loop->nwatchers + 1] = NULL;