Home
last modified time | relevance | path

Searched refs:ExitFunc (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c41 typedef __attribute__((noreturn)) void (*ExitFunc)(int code); typedef
43 static ExitFunc g_hookedExit = NULL;
44 static ExitFunc g_hookedExitEx = NULL;
107 GEN_HOOK_FUNC(StartHookExitFunction, ExitFunc, "exit", g_hookedExit)
108 GEN_HOOK_FUNC(StartHookExitExFunction, ExitFunc, "_exit", g_hookedExitEx)

Completed in 1 milliseconds