Searched refs:blockUntilIdleForTest (Results 1 – 11 of 11) sorted by relevance
110 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()159 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()203 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()215 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()258 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()534 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()542 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()549 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()581 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()636 ASSERT_TRUE(Idx.blockUntilIdleForTest()); in TEST_F()[all …]
322 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()499 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()545 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()561 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()600 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()607 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()611 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()1080 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()1091 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()1156 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()[all …]
151 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()
20 if (!Server.blockUntilIdleForTest()) in runAddDocument()
1015 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST_F()1020 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST_F()
876 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()1871 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()2412 ASSERT_TRUE(Server.blockUntilIdleForTest()); in TEST()
114 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds);176 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds = 10) {177 return Queue.blockUntilIdleForTest(TimeoutSeconds);
135 bool BackgroundQueue::blockUntilIdleForTest( in blockUntilIdleForTest() function in clang::clangd::BackgroundQueue
400 blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds = 10);
1017 ClangdServer::blockUntilIdleForTest(llvm::Optional<double> TimeoutSeconds) { in blockUntilIdleForTest() function in clang::clangd::ClangdServer1042 if (BackgroundIdx && !BackgroundIdx->blockUntilIdleForTest(Timeout)) in blockUntilIdleForTest()
653 if (Server->blockUntilIdleForTest(/*TimeoutSeconds=*/60)) in onSync()