Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h94 Timer getOrCreateTimer(const char *Name) EXCLUDES(Mutex) { in getOrCreateTimer()
129 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest()
139 void report(const Timer &T) EXCLUDES(Mutex) { in report()
158 void printAll() EXCLUDES(Mutex) { in printAll()
164 void getAll(ScopedString &Str) EXCLUDES(Mutex) { in getAll()
H A Dtsd_shared.h61 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
68 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
172 bool setNumberOfTSDs(u32 N) EXCLUDES(MutexTSDs) { in setNumberOfTSDs()
214 EXCLUDES(MutexTSDs) { in getTSDAndLockSlow()
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.h63 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
H A Dsecondary.h218 void store(const Options &Options, LargeBlock::Header *H) EXCLUDES(Mutex) { in store()
299 LargeBlock::Header **H, bool *Zeroed) EXCLUDES(Mutex) { in retrieve()
411 void disableMemoryTagging() EXCLUDES(Mutex) { in disableMemoryTagging()
470 void releaseOlderThan(u64 Time) EXCLUDES(Mutex) { in releaseOlderThan()
705 EXCLUDES(Mutex) { in deallocate()
721 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.h1017 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in populateFreeListAndPopBlocks()
1198 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {
1516 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in markFreeBlocks()
1593 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in mergeGroupsToReleaseBack()
/src/share/mk/
H A Dmeta2deps.sh157 egrep -v "$EXCLUDES"
169 EXCLUDES=
180 -X) add_list EXCLUDES '|' $2; shift 2;;
240 case "$EXCLUDES" in
/src/contrib/bmake/mk/
H A Dmeta2deps.sh155 egrep -v "$EXCLUDES"
167 EXCLUDES=
178 -X) add_list EXCLUDES '|' $2; shift 2;;
238 case "$EXCLUDES" in
H A Dgenfiles.mk17 ${EXCLUDES.${.TARGET}:D| ${EGREP:Uegrep} -v '${EXCLUDS.${.TARGET}:ts|}'} \
H A DChangeLog1755 o add EXCLUDES
/src/crypto/krb5/src/
H A DMakefile.in661 EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1…
664 $(FIND) $(INDENTDIRS) \( $(EXCLUDES) \) -prune -o \
680 $(FIND) $(INDENTDIRS) \( $(EXCLUDES) \) -prune -o \