activecnt
assert (activecnt >= -1);
if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped)))
activecnt
return activecnt;
++activecnt;
--activecnt;
VARx(int, activecnt) /* total number of active events ("refcount") */
#define activecnt ((loop)->activecnt)