Searched refs:processThreadCountMap (Results 1 – 1 of 1) sorted by relevance
66 private processThreadCountMap: Map<number, number> = new Map(); property in SpProcessChart217 this.processThreadCountMap.set(it.pid, it.thread_count);264 (this.processThreadCountMap.get(it.pid) || 0) == 0 &&