Searched refs:ignore_sigprof_action (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 1060 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1061 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1062 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1063 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1065 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-death-test.cc | 1060 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1061 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1062 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1063 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1065 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1060 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1061 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1062 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1063 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1065 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/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/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-death-test.cc | 1276 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1277 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1278 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1279 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1281 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/googletest/googletest/src/ |
D | gtest-death-test.cc | 1336 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 1337 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 1338 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 1339 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 1341 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 7894 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local 7895 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild() 7896 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild() 7897 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild() 7899 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()
|