Lines Matching defs:close_fd
880 int close_fd; // File descriptor to close; the read end of a pipe902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));948 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {949 ExecDeathTestArgs args = { argv, close_fd };