Searched refs:ignore_sigprof_action (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 1047 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1048 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1049 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1050 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1052 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 1042 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1043 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1044 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1045 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1047 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 7536 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 7537 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 7538 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 7539 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 7541 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|