Home
last modified time | relevance | path

Searched refs:round_robin_counter (Results 1 – 1 of 1) sorted by relevance

/libuv/docs/code/multi-echo-server/
H A Dmain.c15 int round_robin_counter; variable
42 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