Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DHandlesCollection.cs41 InnerLatchAndCollectGarbage(ref wasLocked, notReady); in LatchAllAndCollectGarbage()
42 InnerLatchAndCollectGarbage(ref wasLocked, ready); in LatchAllAndCollectGarbage()
183 private void InnerLatchAndCollectGarbage(ref bool wasLocked, LinkedList<TimeHandle> list) in InnerLatchAndCollectGarbage() method in Antmicro.Renode.Time.HandlesCollection