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

/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp52 auto threads_count = process.GetNumThreads();
53 for (size_t thread_num = 0; thread_num < threads_count; thread_num++)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp149 auto threads_count = process.GetNumThreads(); local
150 for (auto thread_num = 0; thread_num < threads_count; thread_num++)

Completed in 210 milliseconds