Searched refs:ticks_count (Results 1 – 4 of 4) sorted by relevance
164 int ticks_count; member
155 EG(ticks_count) = 0; in init_executor()
6860 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {6861 EG(ticks_count) = 0;
1622 if ((uint32_t)++EG(ticks_count) >= opline->extended_value) {1623 EG(ticks_count) = 0;
Completed in 149 milliseconds