Searched refs:prev_pthread_introspection_hook (Results 1 – 2 of 2) sorted by relevance
224 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable246 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()247 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()271 prev_pthread_introspection_hook = in InitializePlatform()
1410 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable1435 if (prev_pthread_introspection_hook) in sanitizer_pthread_introspection_hook()1436 prev_pthread_introspection_hook(event, thread, addr, size); in sanitizer_pthread_introspection_hook()1450 prev_pthread_introspection_hook = in InstallPthreadIntrospectionHook()