Searched refs:max_reuse (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h92 u32 thread_quarantine_size, u32 max_reuse = 0);
H A Dsanitizer_thread_registry.cpp105 u32 thread_quarantine_size, u32 max_reuse)
109 max_reuse_(max_reuse),
104 ThreadRegistry(ThreadContextFactory factory, u32 max_threads, u32 thread_quarantine_size, u32 max_reuse) argument
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1817 unsigned max_reuse = 0; local
1827 if (max_reuse < __mf_lookup_cache_reusecount[i])
1828 max_reuse = __mf_lookup_cache_reusecount[i];
1831 num_used, num_unused, max_reuse);

Completed in 66 milliseconds