Searched refs:threads_pos (Results 1 – 1 of 1) sorted by relevance
1469 const size_t threads_pos = stop_info_str.find(";threads:"); in UpdateThreadIDList() local1470 if (threads_pos != std::string::npos) { in UpdateThreadIDList()1471 const size_t start = threads_pos + strlen(";threads:"); in UpdateThreadIDList()