Searched refs:waitForEvent (Results 1 – 10 of 10) sorted by relevance
83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException()106 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_BeforeException()142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException()158 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in testBreakpoint_UponException()166 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_UponException()232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest()249 … ParsedEvent parsedEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runSingleStepTest()260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP, in runSingleStepTest()303 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runFieldWatchpointTest()313 ParsedEvent fieldWatchpointEvent = waitForEvent(fieldEventKind, in runFieldWatchpointTest()[all …]
79 - (BOOL)waitForEvent:(gpr_atm *)event timeout:(int)timeout {140 XCTAssertEqual([self waitForEvent:&connected timeout:kConnectTimeout], YES);172 XCTAssertEqual([self waitForEvent:&write timeout:kWriteTimeout], YES);191 XCTAssertEqual([self waitForEvent:&read timeout:kReadTimeout], YES);229 XCTAssertEqual([self waitForEvent:&write timeout:kWriteTimeout], YES);241 XCTAssertEqual([self waitForEvent:&read timeout:kReadTimeout], NO);246 XCTAssertEqual([self waitForEvent:&read timeout:kReadTimeout], YES);278 XCTAssertEqual([self waitForEvent:&write timeout:kWriteTimeout], YES);292 XCTAssertEqual([self waitForEvent:&read timeout:kReadTimeout], YES);318 XCTAssertEqual([self waitForEvent:&read timeout:kReadTimeout], YES);
44 val i = waitForEvent() in <lambda>()83 private suspend fun waitForEvent(): Int = in <lambda>() method in kotlinx.coroutines.channels.ConflatedBroadcastChannelNotifyStressTest
222 waitForEvent(event.eventKind, requestID); in testEventWithCountModifier()
251 EventThread eventThread = waitForEvent(event.eventKind, requestID); in testEventWithThreadOnlyModifier()
238 (EventThreadLocation) waitForEvent(event.eventKind, requestID); in testEventWithInstanceOnlyModifier()
214 protected EventThread waitForEvent(byte eventKind, int requestID) { in waitForEvent() method in JDWPEventModifierTestCase
94 int waitForEvent(cl_event* event);208 int waitForEvent(cl_event* event) in waitForEvent() function527 err = waitForEvent(&ndrEvt); in doTest()
366 public Event waitForEvent( in waitForEvent() method in EventFacade
19571 …<function-decl name='waitForEvent' mangled-name='_ZN5mongo4repl19ReplicationExecutor12waitForEvent…