HomeSort by relevance Sort by last modified time
    Searched full:child_terminated (Results 1 - 1 of 1) sorted by null

  /external/openssh/
serverloop.c 116 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ variable
126 * the race between select() and child_terminated
174 child_terminated = 1;
330 program_alive_scheduled = child_terminated;
356 if (child_terminated && packet_not_very_much_data_to_write())
434 errno == EWOULDBLOCK) && !child_terminated))) {
453 errno == EWOULDBLOCK) && !child_terminated))) {
575 child_terminated = 0;
812 if (child_terminated) {
818 child_terminated = 0
    [all...]

Completed in 4143 milliseconds