Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc92 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
105 ctx->clock_alloc.Free(c, idx); in UnrefClockBlock()
249 dst->tab_ = ctx->clock_alloc.Map(cached_idx_); in ReleaseStore()
417 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
418 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
423 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
424 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize()
437 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
438 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
522 ClockBlock *cb = ctx->clock_alloc.Map(idx); in elem()
[all …]
H A Dtsan_rtl_proc.cc39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
H A Dtsan_rtl.h549 ClockAlloc clock_alloc; member
H A Dtsan_rtl.cc108 , clock_alloc("clock allocator") { in Context()