Home | History | Annotate | Download | only in src

Lines Matching refs:ignore_sigprof_action

1042   struct sigaction ignore_sigprof_action;
1043 memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action));
1044 sigemptyset(&ignore_sigprof_action.sa_mask);
1045 ignore_sigprof_action.sa_handler = SIG_IGN;
1047 SIGPROF, &ignore_sigprof_action, &saved_sigprof_action));