Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc202 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
225 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()
226 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()
252 prev_pthread_introspection_hook = in InitializePlatform()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc204 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
227 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()
228 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()
254 prev_pthread_introspection_hook = in InitializePlatform()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp210 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable
233 if (prev_pthread_introspection_hook != nullptr) in my_pthread_introspection_hook()
234 prev_pthread_introspection_hook(event, thread, addr, size); in my_pthread_introspection_hook()
259 prev_pthread_introspection_hook = in InitializePlatform()