Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachTask.cpp236 …nType scanType, task_t task, nub_process_t pid, std::vector<uint64_t> &threads_id, std::vector<std… in get_threads_profile_data() argument
261 threads_id.push_back(tid); in get_threads_profile_data()
351 std::vector<uint64_t> threads_id; in GetProfileData() local
357 …get_threads_profile_data(scanType, task, m_process->ProcessID(), threads_id, threads_name, threads… in GetProfileData()
389 int num_threads = threads_id.size(); in GetProfileData()
392 … profile_data_stream << "thread_used_id:" << std::hex << threads_id[i] << std::dec << ';'; in GetProfileData()