Home
last modified time | relevance | path

Searched refs:g_hookedExit (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_exit_hook.c43 static ExitFunc g_hookedExit = NULL; variable
81 if ((!g_abortWhenExit) && (g_hookedExit != NULL)) { in exit()
82 g_hookedExit(code); in exit()
107 GEN_HOOK_FUNC(StartHookExitFunction, ExitFunc, "exit", g_hookedExit)