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()
773 let threads = this.processThreads.filter((thread) => thread.pid === it.pid && thread.tid !== 0); variable
82 int32_t threads = INVALID_INT32; member123 int64_t threads = INVALID_INT64; member
337 std::thread threads[option.numThreads]; in RunSampleThread() local
831 let threads = Object.values(this.currentTreeMapData); variable
390 const threads = selectionParam.perfAll ? [] : selectionParam.perfThread; constant