Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Drt_sigaction.h54 #undef SA_RESTORER
55 #define SA_RESTORER 0x04000000 macro
138 #undef SA_RESTORER
139 #define SA_RESTORER 0x04000000 macro
203 kact.sa_flags |= SA_RESTORER; in ltp_rt_sigaction()
/third_party/musl/arch/or1k/bits/
Dsignal.h46 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/sh/bits/
Dsignal.h48 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsignal.h46 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/arm/bits/
Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/powerpc64/bits/
Dsignal.h71 #define SA_RESTORER 0x04000000U macro
/third_party/musl/arch/powerpc/bits/
Dsignal.h80 #define SA_RESTORER 0x04000000U macro
/third_party/musl/arch/s390x/bits/
Dsignal.h82 #define SA_RESTORER 0x04000000U macro
/third_party/musl/arch/riscv64/bits/
Dsignal.h79 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/microblaze/bits/
Dsignal.h49 #define SA_RESTORER 0x04000000 macro
/third_party/musl/src/signal/
Dsigaction.c62 ksa.flags = sa->sa_flags | SA_RESTORER; in __libc_sigaction()
/third_party/musl/arch/mipsn32/bits/
Dsignal.h88 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/mips/bits/
Dsignal.h69 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/mips64/bits/
Dsignal.h88 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/m68k/bits/
Dsignal.h101 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/i386/bits/
Dsignal.h102 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/x86_64/bits/
Dsignal.h113 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/x32/bits/
Dsignal.h113 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/aarch64/bits/
Dsignal.h114 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c333 ksa.sa_flags = sa->sa_flags | SA_RESTORER; in __libc_sigaction()