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:SS_ONSTACK
(Results
1 - 25
of
35
) sorted by relevance
1
2
/third_party/musl/src/signal/
H
A
D
sigaltstack.c
14
if (ss->ss_flags &
SS_ONSTACK
) {
in sigaltstack()
/third_party/musl/porting/liteos_a/user/src/signal/
H
A
D
sigaltstack.c
15
if (ss->ss_flags &
SS_ONSTACK
) {
in sigaltstack()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H
A
D
16-1-buildonly.c
17
static int dummy11 =
SS_ONSTACK
;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H
A
D
6-1.c
18
stack and verify that the ss_flags member of the obtained alternate signal stack is
SS_ONSTACK
.
41
if (handler_s.ss_flags !=
SS_ONSTACK
) {
in handler()
43
("Test FAILED: The alternate stack's ss_flags member does not contain
SS_ONSTACK
even though the handler is executing on the alternate stack\n");
in handler()
/third_party/musl/libc-test/src/regression/
H
A
D
sigaltstack.c
27
if (ss.ss_flags !=
SS_ONSTACK
)
in handler()
28
t_error("ss_flags is not
SS_ONSTACK
in the signal handler\n");
in handler()
/third_party/ltp/testcases/kernel/syscalls/signal/
H
A
D
signal06.c
126
.ss_flags =
SS_ONSTACK
,
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
signal.h
196
#define
SS_ONSTACK
1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
249
#define
SS_ONSTACK
1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
249
#define
SS_ONSTACK
1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
249
#define
SS_ONSTACK
1
macro
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
272
#define
SS_ONSTACK
1
macro
/third_party/musl/include/
H
A
D
signal.h
271
#define
SS_ONSTACK
1
macro
/third_party/musl/libc-test/src/api/
H
A
D
signal.c
86
C(
SS_ONSTACK
)
in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H
A
D
mod.rs
82
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
277
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1041
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1081
pub const
SS_ONSTACK
: ::c_int = 0x1;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1176
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1210
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
1566
pub const
SS_ONSTACK
: u32 = 1;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
1825
pub const
SS_ONSTACK
: ::c_int = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
1566
pub const
SS_ONSTACK
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
1558
pub const
SS_ONSTACK
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
1579
pub const
SS_ONSTACK
: u32 = 1;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
1571
pub const
SS_ONSTACK
: u32 = 1;
consts
Completed in 107 milliseconds
1
2