Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7536 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()