Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c96 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ variable
168 child_terminated = 1; in sigchld_handler()
276 if (child_terminated && ssh_packet_not_very_much_data_to_write(ssh)) in wait_until_can_do_something()
386 if (child_terminated) { in collect_children()
392 child_terminated = 0; in collect_children()
408 child_terminated = 0; in server_loop2()