Searched refs:processThreadCountMap (Results 1 – 2 of 2) sorted by relevance
62 private processThreadCountMap: Map<number, number> = new Map(); property in SpProcessChart169 this.processThreadCountMap.set(it.pid, it.thread_count);215 (this.processThreadCountMap.get(it.pid) || 0) == 0 &&
63 private processThreadCountMap: Map<number, number> = new Map(); property in SpProcessChart170 this.processThreadCountMap.set(it.pid, it.thread_count);224 (this.processThreadCountMap.get(it.pid) || 0) == 0 &&