Searched refs:numevents (Results 1 – 5 of 5) sorted by relevance
79 int retval, j, numevents = 0; in aeApiPoll() local96 eventLoop->fired[numevents].fd = j; in aeApiPoll()97 eventLoop->fired[numevents].mask = mask; in aeApiPoll()98 numevents++; in aeApiPoll()101 return numevents; in aeApiPoll()
108 int retval, numevents = 0; in aeApiPoll() local124 numevents = retval; in aeApiPoll()125 for(j = 0; j < numevents; j++) { in aeApiPoll()135 return numevents; in aeApiPoll()
110 int retval, numevents = 0; in aeApiPoll() local117 numevents = retval; in aeApiPoll()118 for (j = 0; j < numevents; j++) { in aeApiPoll()130 return numevents; in aeApiPoll()
106 int retval, numevents = 0; in aeApiPoll() local122 numevents = retval; in aeApiPoll()123 for(j = 0; j < numevents; j++) { in aeApiPoll()133 return numevents; in aeApiPoll()
368 int processed = 0, numevents; in aeProcessEvents() local419 numevents = aeApiPoll(eventLoop, tvp); in aeProcessEvents()425 for (j = 0; j < numevents; j++) { in aeProcessEvents()