Searched refs:wait_for_exit (Results 1 – 2 of 2) sorted by relevance
81 int wait_for_exit; /* no close till after exit-status is sent */ member
674 channel_set_wait_for_exit(int id, int wait_for_exit) in channel_set_wait_for_exit() argument681 debug3("channel_set_wait_for_exit %d, %d (type: %d)", id, wait_for_exit, c->type); in channel_set_wait_for_exit()682 c->wait_for_exit = wait_for_exit; in channel_set_wait_for_exit()1654 if (!c->wait_for_exit && !chan_is_dead(c, 1)) in channel_garbage_collect()