Lines Matching refs:watchers
292 assert(loop->watchers != NULL);
293 loop->watchers[loop->nwatchers] = (void*) events;
294 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
308 w = loop->watchers[pc.fd];
320 /* Run signal watchers last. This also affects child process watchers
321 * because those are implemented in terms of signal watchers.
345 loop->watchers[loop->nwatchers] = NULL;
346 loop->watchers[loop->nwatchers + 1] = NULL;
1302 assert(loop->watchers != NULL);
1305 events = (struct pollfd*) loop->watchers[loop->nwatchers];
1306 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];