Searched refs:processThreadCountData (Results 1 – 1 of 1) sorted by relevance
34 private processThreadCountData: Array<unknown> = []; property in Top20ProcessThreadCount92 this.processThreadCountData = res;177 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'number'));180 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'string'));182 this.processThreadCountTbl!.recycleDataSource = this.processThreadCountData;