Searched refs:GetAndClearSystemIsQuiescentBit (Results 1 – 4 of 4) sorted by relevance
91 virtual bool GetAndClearSystemIsQuiescentBit() = 0;
101 bool GetAndClearSystemIsQuiescentBit() override;
1306 TEST_P(SequenceManagerTest, GetAndClearSystemIsQuiescentBit) { in TEST_P() argument1315 EXPECT_TRUE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1319 EXPECT_FALSE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1320 EXPECT_TRUE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1324 EXPECT_FALSE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1325 EXPECT_TRUE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1329 EXPECT_TRUE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1334 EXPECT_FALSE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()1335 EXPECT_TRUE(manager_->GetAndClearSystemIsQuiescentBit()); in TEST_P()
563 bool SequenceManagerImpl::GetAndClearSystemIsQuiescentBit() { in GetAndClearSystemIsQuiescentBit() function in base::sequence_manager::internal::SequenceManagerImpl