Home
last modified time | relevance | path

Searched refs:threadId (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DThreadContextCommand.cs19 … [Argument(Encoding = ArgumentAttribute.ArgumentEncoding.ThreadId)]PacketThreadId threadId) in Execute()
21 var cpuId = threadId.ProcessId ?? threadId.ThreadId; in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DProgressMonitor.cs21 var threadId = Thread.CurrentThread.ManagedThreadId; in Start()
22 if(!runningActions.ContainsKey(threadId)) in Start()
24 runningActions.Add(threadId, new Stack<MonitoredAction>()); in Start()
27 var actions = runningActions[threadId]; in Start()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs16 …evel, string message, int sourceId = NoSource, bool forceMachineName = false, int? threadId = null) in LogEntry() argument
22 ThreadId = threadId; in LogEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs129 protected void OnContextChange(ulong threadId) in OnContextChange() argument
131 profiler.OnContextChange(threadId); in OnContextChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs461 … LogInstructionExecuted(Instruction insn, DMAThreadType threadType, int threadId, ulong? address =… in LogInstructionExecuted() argument
463 …Noisy, "[{0}] Executing: {1} {2}", threadType == DMAThreadType.Manager ? "M" : threadId.ToString(), in LogInstructionExecuted()