Home
last modified time | relevance | path

Searched refs:clock_alloc (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc315 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
316 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
323 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
324 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
329 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
330 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
338 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
339 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
391 ctx->clock_alloc.Free(c, tab_idx_); in Reset()
395 ctx->clock_alloc.Free(c, tab_->table[i / ClockBlock::kClockCount]); in Reset()
[all …]
Dtsan_rtl_proc.cc39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_rtl.h531 ClockAlloc clock_alloc; member
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cpp99 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
111 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]); in UnrefClockBlock()
112 ctx->clock_alloc.Free(c, idx); in UnrefClockBlock()
298 dst->tab_ = ctx->clock_alloc.Map(cached_idx_); in ReleaseStore()
474 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
475 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
480 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
481 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize()
494 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
495 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
[all …]
Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_rtl.h553 ClockAlloc clock_alloc; member
Dtsan_rtl.cpp107 , clock_alloc("clock allocator") { in Context()