Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SA_RESTORER
(Results
1 - 25
of
31
) sorted by relevance
1
2
/third_party/ltp/include/lapi/
H
A
D
rt_sigaction.h
49
* 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
D
ksigaction.h
9
#ifdef
SA_RESTORER
13
#ifndef
SA_RESTORER
/third_party/musl/src/signal/
H
A
D
sigaction.c
48
#ifdef
SA_RESTORER
in __libc_sigaction()
49
ksa.flags |=
SA_RESTORER
;
in __libc_sigaction()
/third_party/musl/src/signal/linux/
H
A
D
sigaction.c
81
#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
D
signal.h
46
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
signal.h
47
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
signal.h
47
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
signal.h
47
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/arm/bits/
H
A
D
signal.h
47
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/sh/bits/
H
A
D
signal.h
57
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/porting/linux/user/src/signal/
H
A
D
sigaction.c
80
ksa.flags = sa->sa_flags |
SA_RESTORER
;
in __libc_sigaction()
/third_party/musl/arch/powerpc/bits/
H
A
D
signal.h
80
#define
SA_RESTORER
0x04000000U
macro
/third_party/musl/arch/riscv32/bits/
H
A
D
signal.h
81
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/powerpc64/bits/
H
A
D
signal.h
71
#define
SA_RESTORER
0x04000000U
macro
/third_party/musl/arch/s390x/bits/
H
A
D
signal.h
82
#define
SA_RESTORER
0x04000000U
macro
/third_party/musl/src/signal/liteos_a/
H
A
D
sigaction.c
329
#ifdef
SA_RESTORER
in __libc_sigaction()
330
ksa.sa_flags |=
SA_RESTORER
;
in __libc_sigaction()
/third_party/musl/arch/aarch64/bits/
H
A
D
signal.h
114
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/i386/bits/
H
A
D
signal.h
102
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/x32/bits/
H
A
D
signal.h
113
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/x86_64/bits/
H
A
D
signal.h
113
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/arch/m68k/bits/
H
A
D
signal.h
101
#define
SA_RESTORER
0x04000000
macro
/third_party/musl/porting/liteos_a/user/src/signal/
H
A
D
sigaction.c
313
ksa.sa_flags = sa->sa_flags |
SA_RESTORER
;
in __libc_sigaction()
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
569
pub const
SA_RESTORER
: ::c_ulong = 0x04000000;
consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
1424
pub const
SA_RESTORER
: u32 = 67108864;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
1476
pub const
SA_RESTORER
: u32 = 67108864;
consts
Completed in 36 milliseconds
1
2