Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs55 lock(currentEmulationLock)
311 currentEmulationLock = new object(); in EmulationManager()
333 private readonly object currentEmulationLock; field in Antmicro.Renode.Core.EmulationManager