Home
last modified time | relevance | path

Searched refs:_exit (Results 1 - 25 of 55) sorted by relevance

123

/base/hiviewdfx/hisysevent/frameworks/native/
H A Dmain.cpp27 _exit(-1); in main()
31 _exit(-1); in main()
35 _exit(-1); in main()
41 _exit(0); in main()
H A Dhisysevent_tool_query.cpp51 _exit(0); in OnComplete()
H A Dhisysevent_tool_listener.cpp45 _exit(0); in OnServiceDied()
/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dmain.cpp29 _exit(-1); // -1 means default error code in main()
31 _exit(0); in main()
/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c49 APPSPAWN_CHECK(realPath != NULL, _exit(1), "Failed get realpath, err=%{public}d", errno); in RunAppSandbox()
51 APPSPAWN_CHECK(n == 0, free(realPath); _exit(1), "pts path %{public}s is invaild", realPath); in RunAppSandbox()
54 APPSPAWN_CHECK(fd >= 0, _exit(1), "Failed open %{public}s, err=%{public}d", ptyName, errno); in RunAppSandbox()
63 _exit(0x7f); // 0x7f: user specified in RunAppSandbox()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhilog_collector_impl.cpp34 _exit(EXIT_FAILURE); in ExecuteHilog()
42 _exit(EXIT_FAILURE); in ExecuteHilog()
44 _exit(EXIT_SUCCESS); in ExecuteHilog()
/base/hiviewdfx/hidumper/client/native/
H A Dmain.cpp21 _exit(ret); in main()
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_chain_test.cpp242 _exit(0); in HWTEST_F()
270 _exit(0); in HWTEST_F()
308 _exit(0); in HWTEST_F()
349 _exit(0); in HWTEST_F()
405 _exit(0); in HWTEST_F()
454 _exit(0); in HWTEST_F()
510 _exit(0); in HWTEST_F()
571 _exit(0); in HWTEST_F()
598 _exit(0); in HWTEST_F()
H A Dsignal_handler_test.cpp231 _exit(0); in HWTEST_F()
254 _exit(0); in HWTEST_F()
277 _exit(0); in HWTEST_F()
362 _exit(0); in HWTEST_F()
396 _exit(0); in HWTEST_F()
/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c77 BEGET_ERROR_CHECK(realPath != NULL, _exit(1), "Failed get realpath, err=%d", errno); in CmdOnRecvMessage()
79 BEGET_ERROR_CHECK(n == 0, free(realPath); _exit(1), "pts path %s is invaild", realPath); in CmdOnRecvMessage()
82 BEGET_ERROR_CHECK(fd >= 0, _exit(1), "Failed open %s, err=%d", msg->ptyName, errno); in CmdOnRecvMessage()
90 _exit(0); in CmdOnRecvMessage()
/base/hiviewdfx/hiview/
H A Dmain.cpp42 _exit(-1); // user _exit to avoid double-free of HiviewPlatform in main()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_dumprequest.c355 _exit(flag); // Avoid crashes that occur when directly using the _exit() in Exit()
407 _exit(0); in StartProcessdump()
409 _exit(0); in StartProcessdump()
424 _exit(0); in StartProcessdump()
457 _exit(0); in StartVMProcessUnwind()
460 _exit(0); in StartVMProcessUnwind()
621 _exit(ForkAndExecProcessDump()); in ForkAndDoProcessDump()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dmain.cpp77 _exit(0); in main()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp73 _exit(0); in HWTEST_F()
107 _exit(0); in HWTEST_F()
H A Dinstr_statistic_test.cpp85 _exit(0); in HWTEST_F()
H A Dmemory_test.cpp277 _exit(0); in HWTEST_F()
326 _exit(0); in HWTEST_F()
368 _exit(0); in HWTEST_F()
406 _exit(0); in HWTEST_F()
438 _exit(0); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp107 _exit(0); in Run()
150 _exit(0); in RunCache()
/base/startup/init/services/modules/selinux/
H A Dselinux_adp.c81 _exit(INIT_EEXEC_CONTENT); in SetServiceContent()
102 _exit(PROCESS_EXIT_CODE); in SetSockCreateCon()
/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp298 _exit(-1); in StartServiceByOption()
303 _exit(-1); in StartServiceByOption()
313 _exit(-1); in StartServiceByOption()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp133 _exit(-1); in DoChildProcess()
168 _exit(-1); in DoChildProcess()
H A Dopen_stacktrace_catcher.cpp109 _exit(ret); in ForkAndDumpStackTrace()
/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c122 _exit(-1); in StartHnpProcess()
124 _exit(0); in StartHnpProcess()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dhilog_collector_test.cpp58 _exit(EXIT_SUCCESS); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c90 void _exit(int code) in _exit() function
108 GEN_HOOK_FUNC(StartHookExitExFunction, ExitFunc, "_exit", g_hookedExitEx)
/base/startup/init/services/init/adapter/
H A Dinit_adapter.c110 _exit(0x7f); // 0x7f: user specified in SystemExecuteRcs()

Completed in 12 milliseconds

123