Searched refs:ignore_sigprof_action (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc1060 struct sigaction ignore_sigprof_action; local in function:testing::internal::ExecDeathTestSpawnChild
1061 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action));
1062 sigemptyset(&ignore_sigprof_action.sa_mask);
1063 ignore_sigprof_action.sa_handler = SIG_IGN;
1065 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action));
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1354 struct sigaction ignore_sigprof_action; local in function:testing::internal::ExecDeathTestSpawnChild
1355 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action));
1356 sigemptyset(&ignore_sigprof_action.sa_mask);
1357 ignore_sigprof_action.sa_handler = SIG_IGN;
1359 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action));

Completed in 97 milliseconds