Home
last modified time | relevance | path

Searched refs:threads_name (Results 1 – 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.cpp236 …s_t pid, std::vector<uint64_t> &threads_id, std::vector<std::string> &threads_name, std::vector<ui… in get_threads_profile_data() argument
269 threads_name.push_back(proc_threadinfo.pth_name); in get_threads_profile_data()
273 threads_name.push_back(""); in get_threads_profile_data()
278 threads_name.push_back(""); in get_threads_profile_data()
352 std::vector<std::string> threads_name; in GetProfileData() local
357 …get_threads_profile_data(scanType, task, m_process->ProcessID(), threads_id, threads_name, threads… in GetProfileData()
398 int len = threads_name[i].size(); in GetProfileData()
401 const char *thread_name = threads_name[i].c_str(); in GetProfileData()