Home
last modified time | relevance | path

Searched refs:StatThreadMaxAlive (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_stat.h55 StatThreadMaxAlive, enumerator
H A Dtsan_stat.cc59 name[StatThreadMaxAlive] = " max alive threads "; in StatOutput()
H A Dtsan_rtl_thread.cc239 StatSet(thr, StatThreadMaxAlive, ctx->thread_registry->GetMaxAliveThreads()); in ThreadCreate()