Home | History | Annotate | Download | only in gtest

Lines Matching refs:exit_code

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