Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc1294 struct sigaction ignore_sigprof_action; in ExecDeathTestSpawnChild() local
1295 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); in ExecDeathTestSpawnChild()
1296 sigemptyset(&ignore_sigprof_action.sa_mask); in ExecDeathTestSpawnChild()
1297 ignore_sigprof_action.sa_handler = SIG_IGN; in ExecDeathTestSpawnChild()
1299 sigaction(SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); in ExecDeathTestSpawnChild()