Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc106 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask); in FreeRange()
214 sync_alloc_.Free(&thr->sync_cache, myidx); in GetAndLock()
233 myidx = sync_alloc_.Alloc(&thr->sync_cache); in GetAndLock()
284 sync_alloc_.FlushCache(&thr->sync_cache); in OnThreadIdle()
Dtsan_rtl.h394 DenseSlabAllocCache sync_cache; member