Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache.cc57 static std::atomic<PartitionRoot*> g_thread_cache_root; variable
67 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()