Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/signal/linux/
H A Dsigaction.cpp37 if (!(kernel_new.sa_flags & SA_RESTORER)) {
38 kernel_new.sa_flags |= SA_RESTORER;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp874 #define SA_RESTORER 0x04000000 macro
889 k_act.sa_flags = u_act->sa_flags | SA_RESTORER; in internal_sigaction_norestorer()