Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_clock.cpp91 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
103 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]); 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()
[all …]
H A Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
H A Dtsan_rtl.cpp122 clock_alloc(LINKER_INITIALIZED, "clock allocator") { in Context()
H A Dtsan_rtl.h321 ClockAlloc clock_alloc; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc92 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
104 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]); 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()
[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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc90 ClockBlock *cb = ctx->clock_alloc.Map(idx); in UnrefClockBlock()
102 ctx->clock_alloc.Free(c, cb->table[ClockBlock::kBlockIdx - i]); in UnrefClockBlock()
103 ctx->clock_alloc.Free(c, idx); in UnrefClockBlock()
247 dst->tab_ = ctx->clock_alloc.Map(cached_idx_); in ReleaseStore()
415 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()
416 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()
421 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
422 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize()
435 u32 idx = ctx->clock_alloc.Alloc(c); in Resize()
436 ClockBlock *cb = ctx->clock_alloc.Map(idx); in Resize()
[all …]
H A Dtsan_rtl_proc.cc37 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
H A Dtsan_rtl.h545 ClockAlloc clock_alloc; member
H A Dtsan_rtl.cc106 , clock_alloc("clock allocator") { in Context()