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

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

Completed in 83 milliseconds