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:SI_QUEUE
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
H
A
D
rt_tgsigqueueinfo01.c
53
uinfo.si_code =
SI_QUEUE
;
in send_rcv_func()
115
uinfo.si_code =
SI_QUEUE
;
in verify_signal_parent_thread()
132
uinfo.si_code =
SI_QUEUE
;
in sender_func()
/third_party/musl/src/signal/
H
A
D
sigqueue.c
16
si.si_code =
SI_QUEUE
;
in sigqueue()
/third_party/musl/porting/liteos_a/user/src/signal/
H
A
D
sigqueue.c
17
si.si_code =
SI_QUEUE
;
in sigqueue()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H
A
D
sigqueue.c
33
if (info->si_code !=
SI_QUEUE
) {
in action()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H
A
D
pidfd_send_signal02.c
84
info.si_code =
SI_QUEUE
;
in setup()
H
A
D
pidfd_send_signal01.c
90
uinfo->si_code =
SI_QUEUE
;
in setup()
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
H
A
D
rt_sigqueueinfo01.c
92
uinfo->si_code =
SI_QUEUE
;
in setup()
/third_party/ltp/testcases/kernel/syscalls/clone3/
H
A
D
clone301.c
63
.si_code =
SI_QUEUE
,
/third_party/node/deps/v8/src/trap-handler/
H
A
D
handler-inside-posix.cc
65
info->si_code !=
SI_QUEUE
&& info->si_code != SI_TIMER &&
in IsKernelGeneratedSignal()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
signal.h
44
#define
SI_QUEUE
2
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
40
#define
SI_QUEUE
(-1)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
40
#define
SI_QUEUE
(-1)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
40
#define
SI_QUEUE
(-1)
macro
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
40
#define
SI_QUEUE
(-1)
macro
/third_party/musl/include/
H
A
D
signal.h
40
#define
SI_QUEUE
(-1)
macro
/third_party/musl/libc-test/src/api/
H
A
D
signal.c
150
C(
SI_QUEUE
)
in f()
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
937
pub const
SI_QUEUE
: ::c_int = -2;
consts
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
doio.c
4463
case
SI_QUEUE
:
in signal_info()
4465
"signal_info si_signo %d si_code =
SI_QUEUE
\n",
in signal_info()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
1483
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
1483
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
1475
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
1496
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
1488
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
1490
pub const
SI_QUEUE
: i32 = -1;
consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
general.rs
1480
pub const
SI_QUEUE
: i32 = -1;
consts
Completed in 101 milliseconds
1
2