Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfTracePanel.java205 List<Thread> threads = new ArrayList<>() { in insertProcess() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DStateTable.java135 List<Thread> threads = new ArrayList<>(); in getAppData() local
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp111 void PerfEventsTest::RunTestThreads(std::vector<std::thread> &threads) in RunTestThreads()
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts644 …let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0 && thr… variable
DSpSystemTrace.ts900 …let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0 && thr… variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DContentPanel.java238 … List<Integer> threads = rangeFragments.stream().filter(it -> it instanceof ThreadDataFragment) in drawRangeSelect() local
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp336 std::thread threads[option.numThreads]; in RunSampleThread() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAppTracePanel.java477 List<Thread> threads = new ArrayList<>() { in insertProcess() local