Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c113 pid_t waitpid_return; member
242 state->waitpid_return in child_stop()
244 } while (state->waitpid_return == -1 && errno == EINTR); in child_stop()
248 if (state->waitpid_return < 0) { in child_stop()