Home | History | Annotate | Download | only in test

Lines Matching refs:SIGPROF

382 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
394 ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, NULL));
397 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
408 ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, old_signal_action));
411 // Tests that death tests work when SIGPROF handler and timer are set.