count_waiters
while (count_waiters(&ctx) != ARRAY_SIZE(ctx.evfd))
while (count_waiters(&ctx) && msecs() < ms + 1000)
ASSERT_EQ(count_waiters(&ctx), 0);