Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/multi-echo-server/
Dmain.c9 struct child_worker { struct
42 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()
/third_party/libuv/docs/src/guide/
Dprocesses.rst380 The ``child_worker`` structure wraps the process, and the pipe between the