Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c94 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ variable
152 child_terminated = 1; in sigchld_handler()
251 if (child_terminated && packet_not_very_much_data_to_write()) in wait_until_can_do_something()
340 if (child_terminated) { in collect_children()
346 child_terminated = 0; in collect_children()
362 child_terminated = 0; in server_loop2()