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:_Exit
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/skia/tools/
H
A
D
CrashHandler.cpp
53
_Exit
(sig);
in handler()
126
_Exit
(sig);
in handler()
/third_party/json/tests/thirdparty/Fuzzer/
H
A
D
FuzzerLoop.cpp
173
_Exit
(Options.ErrorExitCode); // Stop right now.
in HandleMalloc()
285
_Exit
(0); // Stop right now, don't perform any at-exit actions.
in InterruptCallback()
311
_Exit
(Options.TimeoutExitCode); // Stop right now.
in AlarmCallback()
325
_Exit
(Options.ErrorExitCode); // Stop right now.
in RssLimitCallback()
416
_Exit
(0);
in CheckExitOnSrcPosOrItem()
424
_Exit
(0);
in CheckExitOnSrcPosOrItem()
701
_Exit
(Options.ErrorExitCode); // not exit() to disable lsan further on.
in TryDetectingAMemoryLeak()
/third_party/musl/src/unistd/
H
A
D
_exit.c
6
_Exit
(status);
in _exit()
/third_party/musl/src/exit/
H
A
D
quick_exit.c
10
_Exit
(code);
in quick_exit()
H
A
D
_Exit.c
4
_Noreturn void
_Exit
(int ec)
in _Exit()
function
H
A
D
abort.c
86
_Exit
(127);
in abort()
H
A
D
exit.c
75
_Exit
(code);
in exit()
/third_party/musl/libc-test/src/regression/
H
A
D
malloc-oom.c
18
_Exit
(t_status);
in main()
H
A
D
pthread_create-oom.c
27
_Exit
(t_status);
in main()
H
A
D
setenv-oom.c
25
_Exit
(t_status);
in main()
H
A
D
flockfile-list.c
9
#define t_fatal(...) (t_error(__VA_ARGS__),
_Exit
(t_status))
/third_party/nghttp2/src/
H
A
D
shrpx.h
42
# define nghttp2_Exit(status)
_Exit
(status)
/third_party/musl/porting/liteos_a/user/src/exit/
H
A
D
exit.c
48
_Exit
(code);
in exit()
H
A
D
abort.c
35
_Exit
(127);
in abort()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H
A
D
unistd_Exit_test.cpp
29
_Exit
(0);
in HWTEST_F()
/third_party/musl/porting/liteos_a/user_debug/src/exit/
H
A
D
exit.c
59
_Exit
(code);
in exit()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdlib.h
48
_Noreturn void
_Exit
(int);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdlib.h
47
_Noreturn void
_Exit
(int);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdlib.h
50
_Noreturn void
_Exit
(int);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdlib.h
48
_Noreturn void
_Exit
(int);
/third_party/musl/libc-test/src/api/
H
A
D
stdlib.c
28
{void(*p)(int) =
_Exit
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
stdlib.h
49
_Noreturn void
_Exit
(int);
/third_party/musl/include/
H
A
D
stdlib.h
50
_Noreturn void
_Exit
(int);
/third_party/rust/crates/rustix/src/backend/libc/process/
H
A
D
syscalls.rs
399
// `_exit` and `
_Exit
` are the same; it's just a matter of which ones
403
c::
_Exit
(code)
/third_party/skia/third_party/externals/angle2/util/posix/
H
A
D
crash_handler_posix.cpp
136
_Exit
(sig);
616
_Exit
(sig);
Completed in 11 milliseconds
1
2