Searched refs:ignore_sigprof_action (Results 1 – 3 of 3) sorted by relevance
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 1345 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1346 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1347 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1348 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1350 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1354 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1355 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1356 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1357 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1359 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 9576 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 9577 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 9578 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 9579 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 9581 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|