Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp23 reuse_count(), in ThreadContextBase()
345 tctx->reuse_count++; in QuarantinePush()
346 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
H A Dsanitizer_thread_registry.h45 u32 reuse_count; // Number of times this tid was reused. variable