Searched defs:thread (Results 1 – 9 of 9) sorted by relevance
47 val thread = proc.threadFor(tgid, name) in <lambda>() constant56 val thread = pidMap[tgid] ?: createProcess(tgid, name) in <lambda>() constant77 var thread = pidMap[pid] in <lambda>() variable
31 val thread get() = importer.threadFor(line) constant
78 val thread = process.threads.first() in testImportBeginEnd() constant114 val thread = process.threads.first() in testImportBeginEndNoTgids() constant
39 val thread = Thread { in <lambda>() constant
49 var thread = _threads[pid] in <lambda>() variable
21 class SchedulingProcessFragment(val process: ProcessModelFragment, val thread: ThreadModelFragment,… constant in trebuchet.model.fragments.SchedulingProcessFragment
70 val thread = state.threadFor(pid, task = comm) in import() constant
135 this.threads.forEach { thread -> in ProcessModel() method415 process.threads.forEach { thread -> in slices() method
96 for (thread in this.threads) { in ProcessModel() method