Searched refs:child_worker (Results 1 – 2 of 2) sorted by relevance
9 struct child_worker { struct42 struct child_worker *worker = &workers[round_robin_counter]; in on_new_connection()73 workers = calloc(cpu_count, sizeof(struct child_worker)); in setup_workers()75 struct child_worker *worker = &workers[cpu_count]; in setup_workers()
383 The ``child_worker`` structure wraps the process, and the pipe between the
Completed in 5 milliseconds