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_USER
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
signal.h
16
__entry->code =
SI_USER
; \
47
* SEND_SIG_NOINFO means that si_code is
SI_USER
, and SEND_SIG_PRIV
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
signal.h
16
__entry->code =
SI_USER
; \
47
* SEND_SIG_NOINFO means that si_code is
SI_USER
, and SEND_SIG_PRIV
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_signal.c
437
info.si_code =
SI_USER
;
in OsSendSigToProcess()
475
info.si_code =
SI_USER
;
in OsKill()
515
info.si_code =
SI_USER
;
in OsTaskKillUnsafe()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
siginfo.h
168
#define
SI_USER
0 /* sent by kill, sigsend, raise */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
133
#define
SI_USER
0
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
131
#define
SI_USER
0
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
siginfo.h
131
#define
SI_USER
0
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
ptrace.h
348
info.si_code =
SI_USER
;
in user_single_step_report()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ptrace.h
347
info.si_code =
SI_USER
;
in user_single_step_report()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
siginfo.h
179
#define
SI_USER
0 /* sent by kill, sigsend, raise */
macro
/kernel/linux/linux-5.10/kernel/
H
A
D
signal.c
607
info->si_code =
SI_USER
;
in collect_signal()
724
if ((q->info.si_code >
SI_USER
) &&
in dequeue_synchronous_signal()
1124
q->info.si_code =
SI_USER
;
in __send_signal()
1146
sig >= SIGRTMIN && info->si_code !=
SI_USER
) {
in __send_signal()
2500
info->si_code =
SI_USER
;
in ptrace_signal()
3149
else if ((si_code >
SI_USER
)) {
in known_siginfo_layout()
3167
if ((si_code >
SI_USER
) && (si_code < SI_KERNEL)) {
in siginfo_layout()
3641
info->si_code =
SI_USER
;
in prepare_kill_siginfo()
/kernel/linux/linux-6.6/kernel/
H
A
D
signal.c
613
info->si_code =
SI_USER
;
in collect_signal()
733
if ((q->info.si_code >
SI_USER
) &&
in dequeue_synchronous_signal()
1138
q->info.si_code =
SI_USER
;
in __send_signal_locked()
1160
sig >= SIGRTMIN && info->si_code !=
SI_USER
) {
in __send_signal_locked()
2620
info->si_code =
SI_USER
;
in ptrace_signal()
3299
else if ((si_code >
SI_USER
)) {
in known_siginfo_layout()
3317
if ((si_code >
SI_USER
) && (si_code < SI_KERNEL)) {
in siginfo_layout()
3797
info->si_code =
SI_USER
;
in prepare_kill_siginfo()
/kernel/liteos_m/components/signal/
H
A
D
los_signal.c
408
info.si_code =
SI_USER
;
in LOS_SignalSend()
Completed in 18 milliseconds