reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/standalone/tsd_exclusive.h
   27   void initLinkerInitialized(Allocator *Instance) {
   31         map(nullptr, sizeof(TSD<Allocator>), "scudo:tsd"));
   35   void init(Allocator *Instance) {
   41     unmap(reinterpret_cast<void *>(FallbackTSD), sizeof(TSD<Allocator>));
   44   ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) {
   50   ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) {
   62   void initOnceMaybe(Allocator *Instance) {
   72   NOINLINE void initThread(Allocator *Instance, bool MinimalInit) {
   84   TSD<Allocator> *FallbackTSD;
   87   static THREADLOCAL TSD<Allocator> ThreadTSD;
   89   friend void teardownThread<Allocator>(void *Ptr);