Home
last modified time | relevance | path

Searched refs:_Exit (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/tools/
H A DCrashHandler.cpp53 _Exit(sig); in handler()
126 _Exit(sig); in handler()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerLoop.cpp173 _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.c6 _Exit(status); in _exit()
/third_party/musl/src/exit/
H A Dquick_exit.c10 _Exit(code); in quick_exit()
H A D_Exit.c4 _Noreturn void _Exit(int ec) in _Exit() function
H A Dabort.c86 _Exit(127); in abort()
H A Dexit.c75 _Exit(code); in exit()
/third_party/musl/libc-test/src/regression/
H A Dmalloc-oom.c18 _Exit(t_status); in main()
H A Dpthread_create-oom.c27 _Exit(t_status); in main()
H A Dsetenv-oom.c25 _Exit(t_status); in main()
H A Dflockfile-list.c9 #define t_fatal(...) (t_error(__VA_ARGS__), _Exit(t_status))
/third_party/nghttp2/src/
H A Dshrpx.h42 # define nghttp2_Exit(status) _Exit(status)
/third_party/musl/porting/liteos_a/user/src/exit/
H A Dexit.c48 _Exit(code); in exit()
H A Dabort.c35 _Exit(127); in abort()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_Exit_test.cpp29 _Exit(0); in HWTEST_F()
/third_party/musl/porting/liteos_a/user_debug/src/exit/
H A Dexit.c59 _Exit(code); in exit()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h48 _Noreturn void _Exit (int);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h47 _Noreturn void _Exit (int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h50 _Noreturn void _Exit (int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h48 _Noreturn void _Exit (int);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c28 {void(*p)(int) = _Exit;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h49 _Noreturn void _Exit (int);
/third_party/musl/include/
H A Dstdlib.h50 _Noreturn void _Exit (int);
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs399 // `_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 Dcrash_handler_posix.cpp136 _Exit(sig);
616 _Exit(sig);

Completed in 11 milliseconds

12