Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs131 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in StartTransmitThread()
139 private void TransmitLoop(CancellationToken token) in TransmitLoop() method in Antmicro.Renode.Peripherals.CAN.SocketCANBridge
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs107 thread = new Thread(() => TransmitLoop(cts.Token)) in Resume()
225 private void TransmitLoop(CancellationToken token) in TransmitLoop() method in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface
DWindowsTapInterface.cs89 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in Resume()
207 private void TransmitLoop(CancellationToken token) in TransmitLoop() method in Antmicro.Renode.HostInterfaces.Network.WindowsTapInterface