Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc106 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
224 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetAndLock()
243 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetAndLock()
294 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_rtl.h358 DenseSlabAllocCache sync_cache; member