Searched refs:round_robin_counter (Results 1 – 1 of 1) sorted by relevance
15 int round_robin_counter; variable42 struct child_worker *worker = &workers[round_robin_counter]; in on_new_connection()44 round_robin_counter = (round_robin_counter + 1) % child_worker_count; in on_new_connection()61 round_robin_counter = 0; in setup_workers()
Completed in 3 milliseconds