Searched refs:thread_string (Results 1 – 2 of 2) sorted by relevance
243 string thread_string = dump->path() + ":" + thread_string_buffer; in Process() local247 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process()253 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process()257 thread_string += " id " + HexString(thread_id); in Process()264 thread_string += " name [" + thread_name + "]"; in Process()266 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()281 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process()320 BPLOG(ERROR) << "No memory region for " << thread_string; in Process()345 << thread_string; in Process()352 BPLOG(ERROR) << "No stackwalker for " << thread_string; in Process()
76 thread_string = thread_type_size[thread_type_size.find(THREAD_STRING) +78 return thread_string[:thread_string.find("]")]