Home | History | Annotate | Download | only in MacOSX

Lines Matching full:threads_name

236 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)
269 threads_name.push_back(proc_threadinfo.pth_name);
273 threads_name.push_back("");
278 threads_name.push_back("");
352 std::vector<std::string> threads_name;
357 get_threads_profile_data(scanType, task, m_process->ProcessID(), threads_id, threads_name, threads_used_usec);
398 int len = threads_name[i].size();
401 const char *thread_name = threads_name[i].c_str();