Searched defs:ThreadCache (Results 1 – 5 of 5) sorted by relevance
605 struct alignas(64) ThreadCache { struct610 ThreadCache() in ThreadCache() function624 // The ThreadCache is considered valid as long as this matches the argument643 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
36 class ThreadCache; variable
491 ThreadCache::ThreadCache(PartitionRoot<>* root) in ThreadCache() function in partition_alloc::ThreadCache
158 enum class ThreadCache : uint8_t { enum908 friend class ThreadCache; in PA_COMPONENT_EXPORT() local