Searched defs:threads (Results 1 – 9 of 9) sorted by relevance
79 const threads = JSON.parse(content); constant
34 static threads: { id: number; tid: number; name: string }[] | undefined; property in Top20FrequencyThread
29 threads: number = -1; property in SystemCpuSummary77 threads: number = -1; property in LiveProcess
117 void PerfEventsTest::RunTestThreads(std::vector<std::thread> &threads) in RunTestThreads()
118 int32_t threads, in AppendNewData()207 int64_t threads) in AppendNewData()
337 std::thread threads[option.numThreads]; in RunSampleThread() local
765 let threads = Object.values(this.currentTreeMapData); variable
332 const threads = selectionParam.perfAll ? [] : selectionParam.perfThread; constant
633 int32_t threads = 1; variable