Lines Matching refs:threadInfo
30 const threadInfo = globals.threads.get(sliceInfo.utid); constant
39 this.getDetails(sliceInfo, threadInfo));
42 getDetails(sliceInfo: SliceDetails, threadInfo: ThreadDesc|undefined) {
43 if (!threadInfo || sliceInfo.ts === undefined ||
53 m('td', `${threadInfo.procName} [${threadInfo.pid}]`)),
57 `${threadInfo.threadName} [${threadInfo.tid}]`,
79 const threadInfo = globals.threads.get(sliceInfo.utid); constant
83 threadInfo === undefined) {
90 (track.config as {utid: number}).utid === threadInfo.utid) {
97 utid: threadInfo.utid,
115 const threadInfo = globals.threads.get(details.wakerUtid); constant
131 if (threadInfo) {
136 const processText = `P: ${threadInfo.procName} [${threadInfo.pid}]`;
137 const threadText = `T: ${threadInfo.threadName} [${threadInfo.tid}]`;