Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dserverloop.c94 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ variable
120 child_terminated = 1; in sigchld_handler()
228 if (child_terminated && ssh_packet_not_very_much_data_to_write(ssh)) in wait_until_can_do_something()
324 if (child_terminated) { in collect_children()
330 child_terminated = 0; in collect_children()
349 child_terminated = 0; in server_loop2()