Searched defs:threads (Results 1 – 9 of 9) sorted by relevance
55 threads: ThreadsItem property
96 threads: ThreadsItem; property
325 … let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0); variable
27 threads: number = -1 property in SystemCpuSummary76 threads: number = -1 property in LiveProcess
610 …let threads = this.processThreads.filter(thread => thread.pid === it.pid && thread.tid != 0 && thr… variable
111 void PerfEventsTest::RunTestThreads(std::vector<std::thread> &threads) in RunTestThreads()
337 std::thread threads[option.numThreads]; in RunSampleThread() local
1030 int64_t threads) in AppendNewData()1070 int32_t threads, in AppendNewData()
710 int32_t threads = 1; variable