Lines Matching refs:state
44 state: string | undefined; property in ThreadStruct
50 let stateText = threadBeanStructData.state || '';
51 if ('S' == threadBeanStructData.state) {
56 } else if ('R' == threadBeanStructData.state) {
59 } else if ('D' == threadBeanStructData.state) {
62 } else if ('Running' == threadBeanStructData.state) {
72 ThreadStruct.selectThreadStruct.state != 'S'
86 …drawString(threadBeanCanvasCtx, ThreadStruct.getEndState(threadBeanStructData.state || ''), 2, thr…
89 static getEndState(state: string): string {
90 let statusMapElement = Utils.getEndState(state);
106 d1.state == d2.state &&