Searched defs:new_sigaction (Results 1 - 2 of 2) sorted by last modified time

/external/strace/
H A Dsignal.c1122 struct new_sigaction struct
1148 struct new_sigaction sa;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc249 __sanitizer_sigaction new_sigaction; local
250 internal_memset(&new_sigaction, 0, sizeof(new_sigaction));
251 new_sigaction.sigaction = TracerThreadSignalHandler;
252 new_sigaction.sa_flags = SA_ONSTACK | SA_SIGINFO;
253 internal_sigfillset(&new_sigaction.sa_mask);
255 &new_sigaction, NULL);
319 __sanitizer_sigaction new_sigaction; local
320 internal_memset(&new_sigaction, 0, sizeof(new_sigaction));
[all...]

Completed in 1591 milliseconds