Searched refs:WaitHandle (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | LEDTester.cs | 75 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, ev }); in AssertState() 130 var eventSrc = WaitHandle.WaitAny( new [] { timeoutEvent.WaitHandle, ev } ); in AssertAndHoldState() 205 timeoutEvent.WaitHandle.WaitOne(); in AssertDutyCycle() 248 … var eventIdx = WaitHandle.WaitAny( new [] { timeoutEvent.WaitHandle, patternMismatchEvent } ); in AssertIsBlinking()
|
| D | NetworkInterfaceTester.cs | 74 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in TryWaitForOutgoingPacket() 106 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in TryWaitForOutgoingPacketWithBytesAtIndex()
|
| D | FrameBufferTester.cs | 114 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in WaitForFrame() 175 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in WaitForFrameROI()
|
| D | SysbusTester.cs | 119 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newWriteEvent }); in InnerWaitForWrite()
|
| D | TerminalTester.cs | 261 var eventIdx = WaitHandle.WaitAny( new [] { timeoutEvent.WaitHandle, charEvent } ); 365 var waitHandles = new [] { matchEvent, timeoutEvent.WaitHandle }; in WaitForMatch() 388 WaitHandle.WaitAny(waitHandles); in WaitForMatch()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | TimeoutEvent.cs | 76 public WaitHandle WaitHandle => waitHandle; field in Antmicro.Renode.Utilities.TimeoutEvent
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | USBEndpoint.cs | 142 …System.Threading.WaitHandle.WaitAny(new System.Threading.WaitHandle[] { cancellationToken.WaitHand… in Read()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | Sleeper.cs | 44 tokenSource.Token.WaitHandle.WaitOne(timeLeft); in Sleep()
|