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:do_group_exit
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
task.h
85
extern void
do_group_exit
(int);
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
task.h
89
extern __noreturn void
do_group_exit
(int);
/kernel/linux/linux-5.10/kernel/
H
A
D
exit.c
973
do_group_exit
(int exit_code)
in do_group_exit()
function
1007
do_group_exit
((error_code & 0xff) << 8);
in SYSCALL_DEFINE1()
H
A
D
seccomp.c
1041
do_group_exit
(SIGSYS);
in __seccomp_filter()
H
A
D
signal.c
2734
* first and our
do_group_exit
call below will use
in get_signal()
2751
do_group_exit
(ksig->info.si_signo);
in get_signal()
/kernel/linux/linux-6.6/kernel/
H
A
D
exit.c
1011
do_group_exit
(int exit_code)
in do_group_exit()
function
1047
do_group_exit
((error_code & 0xff) << 8);
in SYSCALL_DEFINE1()
H
A
D
signal.c
2875
* first and our
do_group_exit
call below will use
in get_signal()
2892
do_group_exit
(ksig->info.si_signo);
in get_signal()
Completed in 18 milliseconds