Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-worker-debug.js46 function waitForEvent(emitter, event) { function
51 return waitForEvent(session, 'NodeWorker.attachedToWorker')
59 await waitForEvent(session, 'NodeWorker.detachedFromWorker');
105 const notificationPromise = waitForEvent(this, 'Debugger.paused');
146 waitForEvent(workerSession, 'Runtime.executionContextCreated'),
147 waitForEvent(workerSession, 'Runtime.executionContextDestroyed'),
149 const consolePromise = waitForEvent(workerSession, 'Runtime.consoleAPICalled')
244 waitForEvent(workerSession1, 'NodeRuntime.waitingForDisconnect');
246 waitForEvent(workerSession2, 'Runtime.executionContextDestroyed');
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm79 - (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);
/third_party/flutter/glfw/src/
Dx11_window.c56 static GLFWbool waitForEvent(double* timeout) in waitForEvent() function
108 if (!waitForEvent(&timeout)) in waitForVisibilityNotify()
856 waitForEvent(NULL); in pushSelectionToManager()
1839 if (!waitForEvent(&timeout)) in _glfwPlatformGetWindowFrameSize()
2072 waitForEvent(NULL); in _glfwPlatformWaitEvents()
2081 if (!waitForEvent(&timeout)) in _glfwPlatformWaitEventsTimeout()
2274 waitForEvent(NULL); in _glfwPlatformGetClipboardString()