Lines Matching refs:watchers
586 assert(loop->watchers != NULL);
589 events = (struct epoll_event*) loop->watchers[loop->nwatchers];
590 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
944 assert(loop->watchers != NULL);
945 loop->watchers[loop->nwatchers] = (void*) events;
946 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
965 w = loop->watchers[fd];
988 /* Run signal watchers last. This also affects child process watchers
989 * because those are implemented in terms of signal watchers.
1011 loop->watchers[loop->nwatchers] = NULL;
1012 loop->watchers[loop->nwatchers + 1] = NULL;