Searched defs:ThreadCache (Results 1 – 5 of 5) sorted by relevance
612 struct alignas(kCacheAlignment) ThreadCache { struct617 ThreadCache() in ThreadCache() function631 // The ThreadCache is considered valid as long as this matches the argument650 static ThreadCache& thread_cache(); argument
612 struct alignas(kCacheAlignment) ThreadCache { struct617 ThreadCache() in ThreadCache() argument631 // The ThreadCache is considered valid as long as this matches the argument650 static ThreadCache& thread_cache(); argument
37 class ThreadCache; variable
493 ThreadCache::ThreadCache(PartitionRoot* root) in ThreadCache() function in partition_alloc::ThreadCache
1057 friend class ThreadCache; in PA_COMPONENT_EXPORT() local