Lines Matching refs:state
65 counter_t *state = (counter_t *)ev->ev_arg;
72 state->iteration++;
73 if (state->iteration < ITERATIONS) {
123 counter_t *state = (counter_t *)ev->ev_arg;
130 state->iteration++;
131 if (state->iteration < ITERATIONS) {
182 counter_t *state = (counter_t *)ev->ev_arg;
194 state->iteration++;
195 if (state->iteration < ITERATIONS) {
252 counter_t *state = (counter_t *)ev->ev_arg;
268 state->iteration++;
269 if (state->iteration < ITERATIONS) {