Searched refs:g_hookedExit (Results 1 – 1 of 1) sorted by relevance
43 static ExitFunc g_hookedExit = NULL; variable81 if ((!g_abortWhenExit) && (g_hookedExit != NULL)) { in exit()82 g_hookedExit(code); in exit()107 GEN_HOOK_FUNC(StartHookExitFunction, ExitFunc, "exit", g_hookedExit)