Home
last modified time | relevance | path

Searched refs:onCpuThread (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() argument
339 if(!onCpuThread) in InnerPause()
388 …var onCpuThread = (cpuThreadCopy != null && Thread.CurrentThread.ManagedThreadId == cpuThreadCopy.… in Pause()
390 InnerPause(onCpuThread, checkPauseGuard); in Pause()
392 if(!onCpuThread) in Pause()
DTranslationCPU.cs309 protected override void InnerPause(bool onCpuThread, bool checkPauseGuard) in InnerPause() argument
311 base.InnerPause(onCpuThread, checkPauseGuard); in InnerPause()
313 if(onCpuThread && checkPauseGuard) in InnerPause()