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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp99 ClockBlock *cb = ctx->clock_alloc.Map(idx);
111 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]);
112 ctx->clock_alloc.Free(c, idx);
298 dst->tab_ = ctx->clock_alloc.Map(cached_idx_);
474 tab_idx_ = ctx->clock_alloc.Alloc(c);
475 tab_ = ctx->clock_alloc.Map(tab_idx_);
480 u32 idx = ctx->clock_alloc.Alloc(c);
481 ClockBlock *new_cb = ctx->clock_alloc.Map(idx);
494 u32 idx = ctx->clock_alloc.Alloc(c);
495 ClockBlock *cb = ctx->clock_alloc
[all...]
H A Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache);
H A Dtsan_rtl.cpp107 , clock_alloc("clock allocator") {
H A Dtsan_rtl.h553 ClockAlloc clock_alloc; member in struct:__tsan::Context

Completed in 102 milliseconds