Searched refs:hooks_install_callback (Results 1 – 2 of 2) sorted by relevance
228 void (*hooks_install_callback)()) { in SetHooksInstallCallback() argument229 CHECK(!g_hooks_install_callback && hooks_install_callback); in SetHooksInstallCallback()230 g_hooks_install_callback = hooks_install_callback; in SetHooksInstallCallback()
68 static void SetHooksInstallCallback(void (*hooks_install_callback)());