Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp239 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local
242 thread_status); in PrintThread()
247 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status, in PrintThread()