Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs204 threads.Add(t); in Add()
209 foreach(var t in threads) in Dispose()
217 foreach(var t in threads) in Start()
225 foreach(var t in threads) in StartDelayed()
233 foreach(var t in threads) in Stop()
242 get => threads[0].Frequency;
245 foreach(var t in threads)
252 private readonly List<IManagedThread> threads = new List<IManagedThread>(); field in Antmicro.Renode.Peripherals.Sensors.T.ManagedThreadsContainer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs19 threads = new List<TestThread>(); in ThreadSyncTester()
25 foreach(var t in threads) in Dispose()
40 threads.Add(t); in ObtainThread()
56 foreach(var t in threads) in Finish()
72 private readonly List<TestThread> threads; field in Antmicro.Renode.UnitTests.Utilities.ThreadSyncTester