Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 3 of 3) sorted by relevance

/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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs129 protected void OnContextChange(ulong threadId) in OnContextChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs461 …id LogInstructionExecuted(Instruction insn, DMAThreadType threadType, int threadId, ulong? address… in LogInstructionExecuted()