Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp777 destructs().fetch_add(1, std::memory_order_relaxed); in ~TestConstruction()
800 static std::atomic<std::uint64_t>& destructs() { in destructs() function in folly::__anon387f81641c11::TestConstruction
810 destructs().store(0); in reset()
826 EXPECT_EQ(TestConstruction::destructs().load(), moves + defaults); in TEST()
864 auto destructs = TestConstruction::destructs().load(); in TEST() local
867 EXPECT_EQ(destructs, innerMoves + innerDefaults); in TEST()
975 TestConstruction::defaultConstructs(), TestConstruction::destructs()); in TEST()