EV_WAIT
x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0);
if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
while ((x = evGetNext(opaqueCtx, &event, EV_WAIT)) == 0)