Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c42 static KillFunc g_hookedKill = NULL; variable
67 if (g_hookedKill == NULL) { in kill()
71 return g_hookedKill(pid, sig); in kill()
106 GEN_HOOK_FUNC(StartHookKillFunction, KillFunc, "kill", g_hookedKill)