Searched refs:thread_desc (Results 1 – 1 of 1) sorted by relevance
226 std::string thread_desc = llvm::formatv("(pid {0}) {1}", pid, comm); in DoUpdateThreadList() local228 thread_desc += '/'; in DoUpdateThreadList()229 thread_desc += thread_name; in DoUpdateThreadList()239 thread_desc += " (crashed)"; in DoUpdateThreadList()247 thread_desc += llvm::formatv(" (on CPU {0})", oncpu); in DoUpdateThreadList()251 new ThreadFreeBSDKernel(*this, tid, pcb_addr, thread_desc)}; in DoUpdateThreadList()