Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp92 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
218 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
232 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetSync()
279 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_rtl.h119 DenseSlabAllocCache sync_cache; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.cpp103 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
207 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
222 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache); in GetSync()
269 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_rtl.h118 DenseSlabAllocCache sync_cache; member