Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc195 typedef void (*pthread_introspection_hook_t)(unsigned int event, typedef
198 extern "C" pthread_introspection_hook_t pthread_introspection_hook_install(
199 pthread_introspection_hook_t hook);
202 static pthread_introspection_hook_t prev_pthread_introspection_hook;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc197 typedef void (*pthread_introspection_hook_t)(unsigned int event, typedef
200 extern "C" pthread_introspection_hook_t pthread_introspection_hook_install(
201 pthread_introspection_hook_t hook);
204 static pthread_introspection_hook_t prev_pthread_introspection_hook;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp203 typedef void (*pthread_introspection_hook_t)(unsigned int event, typedef
206 extern "C" pthread_introspection_hook_t pthread_introspection_hook_install(
207 pthread_introspection_hook_t hook);
210 static pthread_introspection_hook_t prev_pthread_introspection_hook;