Home
last modified time | relevance | path

Searched defs:checkPauseGuard (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs335 protected virtual void InnerPause(bool onCpuThread, bool checkPauseGuard) in InnerPause()
376 protected virtual void Pause(HaltArguments haltArgs, bool checkPauseGuard) in Pause()
DTranslationCPU.cs309 protected override void InnerPause(bool onCpuThread, bool checkPauseGuard) in InnerPause()