Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1042 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()