Lines Matching refs:watchers
283 assert(loop->watchers != NULL);
284 loop->watchers[loop->nwatchers] = (void*) events;
285 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
299 w = loop->watchers[pc.fd];
311 /* Run signal watchers last. This also affects child process watchers
312 * because those are implemented in terms of signal watchers.
334 loop->watchers[loop->nwatchers] = NULL;
335 loop->watchers[loop->nwatchers + 1] = NULL;
1286 assert(loop->watchers != NULL);
1289 events = (struct pollfd*) loop->watchers[loop->nwatchers];
1290 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];