Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/Darwin/
H A Ddyld-insert-libraries.c32 static pthread_introspection_hook_t previous_pthread_hook; variable
51 assert(previous_pthread_hook); in pthread_introspection_hook()
52 previous_pthread_hook(event, thread, addr, size); in pthread_introspection_hook()
84 previous_pthread_hook = pthread_introspection_hook_install(pthread_introspection_hook); in __library_initializer()