Searched refs:g_thread_cache_root (Results 1 – 1 of 1) sorted by relevance
57 static std::atomic<PartitionRoot*> g_thread_cache_root; variable67 g_thread_cache_root.load(std::memory_order_relaxed) in OnDllProcessDetach()364 g_thread_cache_root.store(nullptr, std::memory_order_relaxed); in SwapForTesting()399 if (!g_thread_cache_root.compare_exchange_strong(expected, root, in Init()