Searched defs:EXCLUDES (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dthread_annotations.h58 #define EXCLUDES(...) THREAD_ANNOTATION_ATTRIBUTE_(locks_excluded(__VA_ARGS__)) macro
H A Dtsd_exclusive.h38 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { function in struct:scudo::InitState
45 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { function in struct:scudo::InitState
H A Dstats.h64 void link(LocalStats *S) EXCLUDES(Mutex) { function in class:scudo::GlobalStats
69 void unlink(LocalStats *S) EXCLUDES(Mutex) { function in class:scudo::GlobalStats
76 void get(uptr *S) const EXCLUDES(Mutex) { function in class:scudo::GlobalStats
H A Dtiming.h94 Timer getOrCreateTimer(const char *Name) EXCLUDES(Mutex) { function in class:scudo::TimingManager
128 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { function in class:scudo::TimingManager
138 void report(const Timer &T) EXCLUDES(Mutex) { function in class:scudo::TimingManager
150 void printAll() EXCLUDES(Mutex) { function in class:scudo::TimingManager
H A Dtsd_shared.h40 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { function in struct:scudo::TSDRegistrySharedT
47 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { function in struct:scudo::TSDRegistrySharedT
116 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { function in struct:scudo::TSDRegistrySharedT
155 bool setNumberOfTSDs(u32 N) EXCLUDES(MutexTSDs) { function in struct:scudo::TSDRegistrySharedT
197 EXCLUDES(MutexTSDs) { function in struct:scudo::TSDRegistrySharedT
H A Dquarantine.h207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { function in class:scudo::GlobalQuarantine
219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { function in class:scudo::GlobalQuarantine
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { function in class:scudo::GlobalQuarantine
257 EXCLUDES(CacheMutex) { function in class:scudo::GlobalQuarantine
H A Dsecondary.h193 void store(const Options &Options, LargeBlock::Header *H) EXCLUDES(Mutex) { function in class:scudo::MapAllocatorCache
274 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { function in class:scudo::MapAllocatorCache
385 void disableMemoryTagging() EXCLUDES(Mutex) { function in class:scudo::MapAllocatorCache
444 void releaseOlderThan(u64 Time) EXCLUDES(Mutex) { function in class:scudo::MapAllocatorCache
679 EXCLUDES(Mutex) { function in namespace:scudo
695 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { function in namespace:scudo

Completed in 91 milliseconds