Searched defs:AtomicCache (Results 1 – 1 of 1) sorted by relevance
48 struct AtomicCache { struct49 AtomicCacheEntry* entries; /* array of entries */ argument50 int numEntries; /* #of entries, must be power of 2 */52 void* entryAlloc; /* memory allocated for entries */55 int trivial; /* cache access not required */56 int fail; /* contention failure */57 int hits; /* found entry in cache */81 * _cache is an AtomicCache* argument