Searched refs:g_tls_alloc_ctx_tracker (Results 1 – 1 of 1) sorted by relevance
34 ThreadLocalStorage::StaticSlot g_tls_alloc_ctx_tracker = TLS_INITIALIZER; variable71 static_cast<AllocationContextTracker*>(g_tls_alloc_ctx_tracker.Get()); in GetInstanceForCurrentThread()76 g_tls_alloc_ctx_tracker.Set(kInitializingSentinel); in GetInstanceForCurrentThread()78 g_tls_alloc_ctx_tracker.Set(tracker); in GetInstanceForCurrentThread()102 if (mode != CaptureMode::DISABLED && !g_tls_alloc_ctx_tracker.initialized()) in SetCaptureMode()103 g_tls_alloc_ctx_tracker.Initialize(DestructAllocationContextTracker); in SetCaptureMode()