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:CLD_KILLED
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/syscalls/waitid/
H
A
D
waitid11.c
37
TST_EXP_EQ_LI(infop->si_code,
CLD_KILLED
);
in run()
H
A
D
waitid10.c
44
TST_EXP_EQ_LI(infop->si_code,
CLD_KILLED
);
in run()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H
A
D
signal.h
18
#define
CLD_KILLED
2
macro
/third_party/musl/src/internal/
H
A
D
emulate_wait4.c
40
case
CLD_KILLED
:
in __emulate_wait4()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
signal.h
92
#define
CLD_KILLED
2
macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
ttranshuge.c
423
if (sig.si_code ==
CLD_KILLED
&& sig.si_status == SIGBUS) {
in main()
H
A
D
tinjpage.c
726
if (sig.si_code !=
CLD_KILLED
)
in do_shared()
944
if (sig.si_code !=
CLD_KILLED
|| sig.si_status != SIGBUS) {
in main()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
ttranshuge.c
423
if (sig.si_code ==
CLD_KILLED
&& sig.si_status == SIGBUS) {
in main()
H
A
D
tinjpage.c
726
if (sig.si_code !=
CLD_KILLED
)
in do_shared()
944
if (sig.si_code !=
CLD_KILLED
|| sig.si_status != SIGBUS) {
in main()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
signal.h
88
#define
CLD_KILLED
2
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
signal.h
88
#define
CLD_KILLED
2
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
signal.h
88
#define
CLD_KILLED
2
macro
/third_party/musl/porting/linux/user/include/
H
A
D
signal.h
89
#define
CLD_KILLED
2
macro
/third_party/musl/include/
H
A
D
signal.h
88
#define
CLD_KILLED
2
macro
/third_party/musl/libc-test/src/api/
H
A
D
signal.c
144
C(
CLD_KILLED
)
in f()
/third_party/rust/crates/nix/src/sys/
H
A
D
wait.rs
274
libc::
CLD_KILLED
| libc::CLD_DUMPED => WaitStatus::Signaled(
in from_siginfo()
/third_party/node/deps/v8/src/d8/
H
A
D
d8-posix.cc
370
if (child_info.si_code ==
CLD_KILLED
) {
in WaitForChild()
/third_party/eudev/src/shared/
H
A
D
util.c
1351
[
CLD_KILLED
] = "killed",
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
467
pub const
CLD_KILLED
: ::c_int = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1242
pub const
CLD_KILLED
: ::c_int = 2;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1260
pub const
CLD_KILLED
: ::c_int = 61;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1254
pub const
CLD_KILLED
: ::c_int = 2;
consts
/third_party/python/Lib/test/
H
A
D
test_posix.py
1104
os.
CLD_KILLED
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1234
pub const
CLD_KILLED
: ::c_int = 2;
consts
/third_party/python/Modules/
H
A
D
posixmodule.c
15414
#ifdef
CLD_KILLED
in all_ins()
15415
if (PyModule_AddIntMacro(m,
CLD_KILLED
)) return -1;
in all_ins()
Completed in 59 milliseconds
1
2