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