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

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

Completed in 117 milliseconds