Searched refs:theDepot (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc105 static StackDepot theDepot; member in namespace:__sanitizer
108 return theDepot.GetStats();
112 StackDepotHandle h = theDepot.Put(stack);
117 return theDepot.Put(stack);
121 return theDepot.Get(id);
125 theDepot.LockAll();
129 theDepot.UnlockAll();
141 atomic_uintptr_t *p = &theDepot.tab[idx];

Completed in 103 milliseconds