Searched refs:child_pid (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | bundle_trampoline.c | 83 pid_t child_pid; local in function:main 84 assert(posix_spawn(&child_pid, executable, NULL, &attr, argv, envp) == 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 795 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } argument 853 const pid_t child_pid = fork(); local in function:testing::internal::NoExecDeathTest::AssumeRole 854 GTEST_DEATH_TEST_CHECK_(child_pid != -1); 855 set_child_pid(child_pid); 856 if (child_pid == 0) { 1022 pid_t child_pid = -1; local in function:testing::internal::ExecDeathTestSpawnChild 1049 child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron()); 1092 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); 1100 if (use_fork && (child_pid 1156 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); local in function:testing::internal::ExecDeathTest::AssumeRole [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1081 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } argument 1139 const pid_t child_pid = fork(); local in function:testing::internal::NoExecDeathTest::AssumeRole 1140 GTEST_DEATH_TEST_CHECK_(child_pid != -1); 1141 set_child_pid(child_pid); 1142 if (child_pid == 0) { 1315 pid_t child_pid = -1; local in function:testing::internal::ExecDeathTestSpawnChild 1342 child_pid = 1387 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); 1395 if (use_fork && (child_pid 1451 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); local in function:testing::internal::ExecDeathTest::AssumeRole [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | main.cpp | 178 pid_t child_pid = fork(); local in function:check_output 179 if (child_pid == -1) { 182 } else if (child_pid != 0) {
|
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| H A D | ftrandom.c | 502 static int child_pid; variable in typeref:typename:int 510 kill( child_pid, SIGFPE ); 531 if ( ( child_pid = fork() ) == 0 ) 533 else if ( child_pid != -1 ) 538 waitpid( child_pid, &status, 0 );
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | command.c | 55 int child_pid; member in struct:_CommandStatus 226 status->child_pid = pid;
|
Completed in 9 milliseconds