Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs46 asyncThread = machine.ObtainManagedThread(AsyncListScheduleThread, 100); in EHCIHostController()
57 asyncThread.Dispose(); in Dispose()
236 asyncThread.Stop(); in WriteDoubleWord()
251 asyncThread.Start(); in WriteDoubleWord()
432 asyncThread.Stop(); in SoftReset()
850 private readonly IManagedThread asyncThread; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController