Home
last modified time | relevance | path

Searched refs:SA_RESTORER (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Drt_sigaction.h49 * x86-64 should always use SA_RESTORER.
51 * -- thus SA_RESTORER must always be defined along with
54 #undef SA_RESTORER macro
55 #define SA_RESTORER 0x04000000 macro
138 #undef SA_RESTORER macro
139 #define SA_RESTORER 0x04000000 macro
197 kact.sa_flags |= SA_RESTORER; in ltp_rt_sigaction()
/third_party/musl/src/internal/
H A Dksigaction.h9 #ifdef SA_RESTORER
13 #ifndef SA_RESTORER
/third_party/musl/src/signal/
H A Dsigaction.c48 #ifdef SA_RESTORER in __libc_sigaction()
49 ksa.flags |= SA_RESTORER; in __libc_sigaction()
/third_party/musl/src/signal/linux/
H A Dsigaction.c81 #ifdef SA_RESTORER in __libc_sigaction()
82 ksa.flags |= SA_RESTORER; in __libc_sigaction()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h46 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/arm/bits/
H A Dsignal.h47 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/sh/bits/
H A Dsignal.h57 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c80 ksa.flags = sa->sa_flags | SA_RESTORER; in __libc_sigaction()
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h80 #define SA_RESTORER 0x04000000U macro
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h81 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h71 #define SA_RESTORER 0x04000000U macro
/third_party/musl/arch/s390x/bits/
H A Dsignal.h82 #define SA_RESTORER 0x04000000U macro
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c329 #ifdef SA_RESTORER in __libc_sigaction()
330 ksa.sa_flags |= SA_RESTORER; in __libc_sigaction()
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h114 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/i386/bits/
H A Dsignal.h102 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/x32/bits/
H A Dsignal.h113 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/x86_64/bits/
H A Dsignal.h113 #define SA_RESTORER 0x04000000 macro
/third_party/musl/arch/m68k/bits/
H A Dsignal.h101 #define SA_RESTORER 0x04000000 macro
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c313 ksa.sa_flags = sa->sa_flags | SA_RESTORER; in __libc_sigaction()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs569 pub const SA_RESTORER: ::c_ulong = 0x04000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1424 pub const SA_RESTORER: u32 = 67108864; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1476 pub const SA_RESTORER: u32 = 67108864; consts

Completed in 36 milliseconds

12