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