Searched refs:cancellationTokenSource (Results 1 – 2 of 2) sorted by relevance
63 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
130 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