Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_mac.cpp224 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
246 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()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1410 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
1435 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()