OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threads_name
(Results
1 - 1
of
1
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp
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
;
local
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();
[
all
...]
Completed in 237 milliseconds