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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc 204 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable in namespace:__tsan
227 if (prev_pthread_introspection_hook != nullptr)
228 prev_pthread_introspection_hook(event, thread, addr, size);
254 prev_pthread_introspection_hook =
tsan_platform_mac.cc 204 static pthread_introspection_hook_t prev_pthread_introspection_hook; variable in namespace:__tsan
227 if (prev_pthread_introspection_hook != nullptr)
228 prev_pthread_introspection_hook(event, thread, addr, size);
254 prev_pthread_introspection_hook =

Completed in 25 milliseconds