Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp205 static void ThreadCreateCallback(uptr thread, bool gcd_worker) { in ThreadCreateCallback() argument
206 if (gcd_worker) { in ThreadCreateCallback()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.h66 using ThreadCreateEventCallback = void (*)(uptr thread, bool gcd_worker);
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()