Home
last modified time | relevance | path

Searched defs:ThreadCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darena_impl.h612 struct alignas(kCacheAlignment) ThreadCache { struct
617 ThreadCache() in ThreadCache() function
631 // The ThreadCache is considered valid as long as this matches the argument
650 static ThreadCache& thread_cache(); argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h612 struct alignas(kCacheAlignment) ThreadCache { struct
617 ThreadCache() in ThreadCache() argument
631 // The ThreadCache is considered valid as long as this matches the argument
650 static ThreadCache& thread_cache(); argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache.h37 class ThreadCache; variable
H A Dthread_cache.cc493 ThreadCache::ThreadCache(PartitionRoot* root) in ThreadCache() function in partition_alloc::ThreadCache
H A Dpartition_root.h1057 friend class ThreadCache; in PA_COMPONENT_EXPORT() local