Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIHasOwnLife.cs12 public interface IHasOwnLife interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs429 private void Start(Func<IHasOwnLife, bool> startFilter) in Start()