Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs63 cancellationTokenSource.Cancel(); //notify the thread to finish its work in Pause()
88 cancellationTokenSource = new CancellationTokenSource(); in Resume()
89 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in Resume()
302 private CancellationTokenSource cancellationTokenSource; field in Antmicro.Renode.HostInterfaces.Network.WindowsTapInterface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs130 cancellationTokenSource = new CancellationTokenSource(); in StartTransmitThread()
131 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in StartTransmitThread()
183 private CancellationTokenSource cancellationTokenSource; field in Antmicro.Renode.Peripherals.CAN.SocketCANBridge