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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp105 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
223 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
242 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
293 sync_alloc_.FlushCache(&proc->sync_cache);
H A Dtsan_rtl.h349 DenseSlabAllocCache sync_cache; member in struct:__tsan::Processor

Completed in 156 milliseconds