Searched refs:threadStateArray (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/utils/ |
| D | QueryEnum.ts | 113 return threadStateArray.findIndex((it) => it === state); 119 return threadStateArray[state]; 122 const threadStateArray = ['D-NIO', 'DK-NIO', 'D-IO', 'DK-IO', 'D', 'DK', 'R', 'R+', 'R-B', 'I', 'Ru… constant
|