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