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.cc317 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
318 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
325 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
326 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
331 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
332 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
340 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
341 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
393 ctx->clock_alloc.Free(c, tab_idx_); in Reset()
397 ctx->clock_alloc.Free(c, tab_->table[i / ClockBlock::kClockCount]); in Reset()
[all …]
Dtsan_rtl_thread.cc143 ctx->clock_alloc.FlushCache(&thr->clock_cache); in OnFinished()
Dtsan_rtl.h489 ClockAlloc clock_alloc; member