Home | History | Annotate | Download | only in src

Lines Matching defs:close_fd

883   int close_fd;       // File descriptor to close; the read end of a pipe
905 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
956 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
957 ExecDeathTestArgs args = { argv, close_fd };