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()
323 program_alive_scheduled = child_terminated; in wait_until_can_do_something()
349 if (child_terminated && packet_not_very_much_data_to_write()) in wait_until_can_do_something()
427 errno == EWOULDBLOCK) && !child_terminated))) { in process_input()
446 errno == EWOULDBLOCK) && !child_terminated))) { in process_input()
568 child_terminated = 0; in server_loop()
807 if (child_terminated) { in collect_children()
813 child_terminated = 0; in collect_children()
827 child_terminated = 0; in server_loop2()