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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc106 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask);
214 sync_alloc_.Free(&thr->sync_cache, myidx);
233 myidx = sync_alloc_.Alloc(&thr->sync_cache);
284 sync_alloc_.FlushCache(&thr->sync_cache);
H A Dtsan_rtl.h395 DenseSlabAllocCache sync_cache; member in struct:__tsan::ThreadState

Completed in 166 milliseconds