Searched refs:blockUntilIdleForTest (Results 1 – 11 of 11) sorted by relevance
109 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()157 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()202 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()214 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()259 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()283 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()319 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()329 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()388 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()438 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()[all …]
184 EXPECT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics";241 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()246 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()251 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()277 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()283 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()289 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for diagnostics"; in TEST()323 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()499 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()545 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()[all …]
19 if (!Server.blockUntilIdleForTest()) in runAddDocument()
752 ASSERT_TRUE(Server.blockUntilIdleForTest()) << "Waiting for server"; in TEST()
934 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST_F()939 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST_F()
859 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()1676 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()2177 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()
113 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds);173 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds = 10) {174 return Queue.blockUntilIdleForTest(TimeoutSeconds);
119 bool BackgroundQueue::blockUntilIdleForTest( in blockUntilIdleForTest() function in clang::clangd::BackgroundQueue
346 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds = 10);
874 ClangdServer::blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds) { in blockUntilIdleForTest() function in clang::clangd::ClangdServer877 BackgroundIdx->blockUntilIdleForTest(TimeoutSeconds)); in blockUntilIdleForTest()
655 if (Server->blockUntilIdleForTest(/*TimeoutSeconds=*/60)) in onSync()