Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs535 if(dispatcherRestartRequested) in CpuThreadBody()
537 dispatcherRestartRequested = false; in CpuThreadBody()
810 dispatcherRestartRequested = true; in StartCPUThreadInner()
870 protected bool dispatcherRestartRequested; field in Antmicro.Renode.Peripherals.CPU.BaseCPU