Home
last modified time | relevance | path

Searched refs:WaitHandle (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DLEDTester.cs75 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()
DNetworkInterfaceTester.cs74 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in TryWaitForOutgoingPacket()
106 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in TryWaitForOutgoingPacketWithBytesAtIndex()
DFrameBufferTester.cs114 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in WaitForFrame()
175 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newFrameEvent }); in WaitForFrameROI()
DSysbusTester.cs119 WaitHandle.WaitAny(new [] { timeoutEvent.WaitHandle, newWriteEvent }); in InnerWaitForWrite()
DTerminalTester.cs261 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/
DTimeoutEvent.cs76 public WaitHandle WaitHandle => waitHandle; field in Antmicro.Renode.Utilities.TimeoutEvent
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBEndpoint.cs142 …System.Threading.WaitHandle.WaitAny(new System.Threading.WaitHandle[] { cancellationToken.WaitHand… in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DSleeper.cs44 tokenSource.Token.WaitHandle.WaitOne(timeLeft); in Sleep()