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