Searched refs:thread_desc (Results 1 – 1 of 1) sorted by relevance
225 std::string thread_desc = llvm::formatv("(pid {0}) {1}", pid, comm); in DoUpdateThreadList() local227 thread_desc += '/'; in DoUpdateThreadList()228 thread_desc += thread_name; in DoUpdateThreadList()238 thread_desc += " (crashed)"; in DoUpdateThreadList()246 thread_desc += llvm::formatv(" (on CPU {0})", oncpu); in DoUpdateThreadList()250 new ThreadFreeBSDKernel(*this, tid, pcb_addr, thread_desc)}; in DoUpdateThreadList()