Home
last modified time | relevance | path

Searched refs:GetAndClearSystemIsQuiescentBit (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dsequence_manager.h91 virtual bool GetAndClearSystemIsQuiescentBit() = 0;
Dsequence_manager_impl.h101 bool GetAndClearSystemIsQuiescentBit() override;
Dsequence_manager_impl_unittest.cc1306 TEST_P(SequenceManagerTest, GetAndClearSystemIsQuiescentBit) { in TEST_P() argument
1315 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()
Dsequence_manager_impl.cc563 bool SequenceManagerImpl::GetAndClearSystemIsQuiescentBit() { in GetAndClearSystemIsQuiescentBit() function in base::sequence_manager::internal::SequenceManagerImpl