Home
last modified time | relevance | path

Searched refs:threadStateArray (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/utils/
DQueryEnum.ts113 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