Home
last modified time | relevance | path

Searched refs:EXCLUDES (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h40 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
47 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
116 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
155 bool setNumberOfTSDs(u32 N) EXCLUDES(MutexTSDs) { in setNumberOfTSDs()
197 EXCLUDES(MutexTSDs) { in getTSDAndLockSlow()
H A Dtiming.h94 Timer getOrCreateTimer(const char *Name) EXCLUDES(Mutex) { in getOrCreateTimer()
128 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest()
138 void report(const Timer &T) EXCLUDES(Mutex) { in report()
150 void printAll() EXCLUDES(Mutex) { in printAll()
H A Dstats.h64 void link(LocalStats *S) EXCLUDES(Mutex) { in link()
69 void unlink(LocalStats *S) EXCLUDES(Mutex) { in unlink()
76 void get(uptr *S) const EXCLUDES(Mutex) { in get()
H A Dquarantine.h207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain()
219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle()
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
257 EXCLUDES(CacheMutex) { in recycle()
H A Dtsd_exclusive.h38 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
45 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
H A Dsecondary.h193 void store(const Options &Options, LargeBlock::Header *H) EXCLUDES(Mutex) { in store()
274 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { in retrieve()
385 void disableMemoryTagging() EXCLUDES(Mutex) { in disableMemoryTagging()
444 void releaseOlderThan(u64 Time) EXCLUDES(Mutex) { in releaseOlderThan()
679 EXCLUDES(Mutex) { in deallocate()
695 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats()
H A Dthread_annotations.h58 #define EXCLUDES(...) THREAD_ANNOTATION_ATTRIBUTE_(locks_excluded(__VA_ARGS__)) macro
H A Dprimary64.h981 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in populateFreeListAndPopBatch()
1145 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {
1463 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in markFreeBlocks()
1540 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in mergeGroupsToReleaseBack()
/freebsd-14.2/share/mk/
H A Dmeta2deps.sh150 egrep -v "$EXCLUDES"
162 EXCLUDES=
173 -X) add_list EXCLUDES '|' $2; shift 2;;
233 case "$EXCLUDES" in
/freebsd-14.2/contrib/bmake/mk/
H A Dmeta2deps.sh148 egrep -v "$EXCLUDES"
160 EXCLUDES=
171 -X) add_list EXCLUDES '|' $2; shift 2;;
231 case "$EXCLUDES" in
H A DChangeLog1272 o add EXCLUDES