Home | History | Annotate | Download | only in gtest

Lines Matching refs:exit_code

8530 //   bool KilledBySIGHUP(int exit_code) {
8531 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
8628 explicit ExitedWithCode(int exit_code);