Home
last modified time | relevance | path

Searched refs:ignore_sigprof_action (Results 1 – 3 of 3) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-death-test.cc1345 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/
Dgtest-death-test.cc1354 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/
Dgtest-all.cc9576 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()