Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dthread_state_panel.ts27 const threadState = globals.threadStateDetails; constant
28 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 …]
Dkeyboard_event_handler.ts183 const threadState = globals.threadStateDetails; constant
184 if (threadState.ts && threadState.dur) {
185 startTs = threadState.ts + globals.state.traceTime.startSec;
186 endTs = startTs + threadState.dur;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DInterruptible.kt43 val threadState = ThreadState(coroutineContext.job) in runInterruptibleInExpectedContext() constant
44 threadState.setup() in runInterruptibleInExpectedContext()
48 threadState.clearInterrupt() in runInterruptibleInExpectedContext()
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
Da.out.ips38 "threadState" : {
/external/oj-libjdwp/src/share/back/
DthreadControl.c156 threadState(jthread thread, jint *pstate) in threadState() function
623 error = threadState(node->thread, &state); in pendingAppResume()
2194 error = threadState(thread, &state); in threadControl_applicationThreadStatus()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...