Home
last modified time | relevance | path

Searched refs:sync_alloc_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc58 , sync_alloc_("sync allocator") { in MetaMap()
103 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); in FreeRange()
106 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
192 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask); in GetBlock()
220 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask); in GetAndLock()
224 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetAndLock()
243 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetAndLock()
244 mys = sync_alloc_.Map(myidx); in GetAndLock()
285 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); in MoveMemory()
294 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_sync.h137 SyncAlloc sync_alloc_; variable