Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp102 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
220 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetAndLock()
239 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetAndLock()
290 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_rtl.h346 DenseSlabAllocCache sync_cache; member