Searched refs:threadState (Results 1 – 5 of 5) sorted by relevance
27 const threadState = globals.threadStateDetails; constant28 if (threadState === undefined || threadState.utid === undefined ||29 threadState.ts === undefined || threadState.dur === undefined ||30 threadState.state === undefined) {33 const threadInfo = globals.threads.get(threadState.utid);41 m('td', `${timeToCode(threadState.ts)}`)),46 `${timeToCode(threadState.dur)} `,52 threadState.state,53 threadState.cpu,54 threadState.sliceId,[all …]
183 const threadState = globals.threadStateDetails; constant184 if (threadState.ts && threadState.dur) {185 startTs = threadState.ts + globals.state.traceTime.startSec;186 endTs = startTs + threadState.dur;
43 val threadState = ThreadState(coroutineContext.job) in runInterruptibleInExpectedContext() constant44 threadState.setup() in runInterruptibleInExpectedContext()48 threadState.clearInterrupt() in runInterruptibleInExpectedContext()
38 "threadState" : {
156 threadState(jthread thread, jint *pstate) in threadState() function623 error = threadState(node->thread, &state); in pendingAppResume()2194 error = threadState(thread, &state); in threadControl_applicationThreadStatus()