Searched refs:gcd_worker (Results 1 – 3 of 3) sorted by relevance
205 static void ThreadCreateCallback(uptr thread, bool gcd_worker) { in ThreadCreateCallback() argument206 if (gcd_worker) { in ThreadCreateCallback()
66 using ThreadCreateEventCallback = void (*)(uptr thread, bool gcd_worker);
1427 bool gcd_worker = (thread == pthread_self()); in sanitizer_pthread_introspection_hook() local1429 thread_event_callbacks.create((uptr)thread, gcd_worker); in sanitizer_pthread_introspection_hook()