Home | History | Annotate | Download | only in googletest

Lines Matching refs:_exit

88     "Instructs to use fork()/_exit() instead of clone() in death tests. "
224 _exit(1);
429 // calls _exit(1).
441 // run after calling _exit(). On such systems, write_fd_ will be
447 _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash)
979 _exit(0);