Home
last modified time | relevance | path

Searched refs:new_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cpp452 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize() local
456 internal_memcpy(&new_cb->clock[0], tab_->clock, move); in Resize()
457 internal_memset(&new_cb->clock[top], 0, sizeof(*new_cb) - move); in Resize()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1391 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in sigaction_impl() local
1396 pnew_act->sigaction = (decltype(pnew_act->sigaction))new_cb; in sigaction_impl()