Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp91 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
104 ctx->clock_alloc.Free(c, idx); in UnrefClockBlock()
277 dst->tab_ = ctx->clock_alloc.Map(cached_idx_); in ReleaseStore()
445 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
446 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
451 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
452 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize()
465 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
466 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
550 ClockBlock *cb = ctx->clock_alloc.Map(idx); in elem()
[all …]
H A Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
H A Dtsan_rtl.h543 ClockAlloc clock_alloc; member
H A Dtsan_rtl.cpp127 clock_alloc(LINKER_INITIALIZED, "clock allocator") { in Context()