Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeDomainsManager.cs36 … var result = timeGetters.TryRemove(Thread.CurrentThread.ManagedThreadId, out var unused); in UnregisterCurrentThread()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DFastReadConcurrentTwoWayDictionary.cs56 TryRemove(left, out fake); in Remove()
59 public bool TryRemove(TLeft left, out TRight right) in TryRemove() method in Antmicro.Renode.Utilities.Collections.FastReadConcurrentTwoWayDictionary
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs406 machs.TryRemove(name, out oldMachine); in SetNameForMachine()
436 var result = machs.TryRemove(name, out machine); in TryRemoveMachine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs62 levels.TryRemove(level.Key, out var _); in RemoveBackend()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1556 if(!ourPointers.TryRemove(oldPointer, out var oldSize)) in Reallocate()
1569 if(!ourPointers.TryRemove(ptr, out var oldSize)) in Free()