Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp205 static void ThreadCreateCallback(uptr thread, bool gcd_worker) { in ThreadCreateCallback() argument
206 if (gcd_worker) { in ThreadCreateCallback()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h66 using ThreadCreateEventCallback = void (*)(uptr thread, bool gcd_worker);
H A Dsanitizer_mac.cpp1427 bool gcd_worker = (thread == pthread_self()); in sanitizer_pthread_introspection_hook() local
1429 thread_event_callbacks.create((uptr)thread, gcd_worker); in sanitizer_pthread_introspection_hook()