Lines Matching refs:watchers
593 assert(loop->watchers != NULL);
596 events = (struct epoll_event*) loop->watchers[loop->nwatchers];
597 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
960 assert(loop->watchers != NULL);
961 loop->watchers[loop->nwatchers] = (void*) events;
962 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
981 w = loop->watchers[fd];
1004 /* Run signal watchers last. This also affects child process watchers
1005 * because those are implemented in terms of signal watchers.
1029 loop->watchers[loop->nwatchers] = NULL;
1030 loop->watchers[loop->nwatchers + 1] = NULL;