Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc130 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
153 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()
154 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()
169 prev_pthread_introspection_hook = in InitializePlatform()