Home
last modified time | relevance | path

Searched refs:REQUIRES (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable.h26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl()
28 void waitImpl(UNUSED HybridMutex &M) REQUIRES(M) { in waitImpl()
H A Dtsd.h75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in getCache()
76 typename Allocator::QuarantineCacheT &getQuarantineCache() REQUIRES(Mutex) { in getQuarantineCache()
H A Dprimary32.h449 uptr allocateRegion(SizeClassInfo *Sci, uptr ClassId) REQUIRES(Sci->Mutex) { in allocateRegion()
478 REQUIRES(Sci->Mutex) { in pushBatchClassBlocks()
607 REQUIRES(Sci->Mutex) {
717 REQUIRES(Sci->Mutex) { in popBlocksImpl()
786 REQUIRES(Sci->Mutex) { in populateFreeList()
878 REQUIRES(Sci->Mutex) { in getStats()
902 ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()
953 REQUIRES(Sci->Mutex) {
1015 REQUIRES(Sci->Mutex) { in hasChanceToReleasePages()
1078 REQUIRES(Sci->Mutex) { in markFreeBlocks()
H A Dprimary64.h608 REQUIRES(Region->MMLock) { in initRegion()
631 REQUIRES(Region->FLLock) { in pushBatchClassBlocks()
759 REQUIRES(Region->FLLock) {
944 REQUIRES(Region->FLLock) { in popBlocksImpl()
1017 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) { in populateFreeListAndPopBlocks()
1122 REQUIRES(Region->MMLock, Region->FLLock) { in getStats()
1151 ScopedString *Str) REQUIRES(Region->MMLock) { in getRegionFragmentationInfo()
1198 REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {
1284 REQUIRES(Region->MMLock, Region->FLLock) { in hasChanceToReleasePages()
1349 REQUIRES(Region->MMLock, Region->FLLock) { in collectGroupsToRelease()
[all …]
H A Dtiming.h170 void getAllImpl(ScopedString &Str) REQUIRES(Mutex) { in getAllImpl()
184 REQUIRES(Mutex) { in REQUIRES() function
H A Dthread_annotations.h34 #define REQUIRES(...) \ macro
H A Dtsd_exclusive.h55 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
H A Dtsd_shared.h50 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
H A Dsecondary.h458 void releaseIfOlderThan(CachedBlock &Entry, u64 Time) REQUIRES(Mutex) { in releaseIfOlderThan()