HomeSort by: relevance | last modified time | path
    Searched defs:pthread_introspection_hook_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 197 typedef void (*pthread_introspection_hook_t)(unsigned int event, typedef in namespace:__tsan
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;
tsan_platform_mac.cc 197 typedef void (*pthread_introspection_hook_t)(unsigned int event, typedef in namespace:__tsan
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;

Completed in 20 milliseconds