Searched refs:TransmitLoop (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/ | ||
| D | SocketCANBridge.cs | 131 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in StartTransmitThread() |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ | ||
| D | LinuxTapInterface.cs | 107 thread = new Thread(() => TransmitLoop(cts.Token)) in Resume() |
| D | WindowsTapInterface.cs | 89 thread = new Thread(() => TransmitLoop(cancellationTokenSource.Token)) in Resume() |