Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c116 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ variable
174 child_terminated = 1; in sigchld_handler()
330 program_alive_scheduled = child_terminated; in wait_until_can_do_something()
356 if (child_terminated && packet_not_very_much_data_to_write()) in wait_until_can_do_something()
434 errno == EWOULDBLOCK) && !child_terminated))) { in process_input()
453 errno == EWOULDBLOCK) && !child_terminated))) { in process_input()
575 child_terminated = 0; in server_loop()
812 if (child_terminated) { in collect_children()
818 child_terminated = 0; in collect_children()
834 child_terminated = 0; in server_loop2()