Home
last modified time | relevance | path

Searched refs:clock_alloc (Results 1 – 3 of 3) 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