Searched refs:max_reuse_ (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp112 max_reuse_(max_reuse),
331 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_)
H A Dsanitizer_thread_registry.h145 const u32 max_reuse_; member in class:__sanitizer::ThreadRegistry

Completed in 67 milliseconds