Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1411 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
1436 if (prev_pthread_introspection_hook) in sanitizer_pthread_introspection_hook()
1437 prev_pthread_introspection_hook(event, thread, addr, size); in sanitizer_pthread_introspection_hook()
1451 prev_pthread_introspection_hook = in InstallPthreadIntrospectionHook()