Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp763 moveConstructs().fetch_add(1, std::memory_order_relaxed); in TestConstruction()
784 static std::atomic<std::uint64_t>& moveConstructs() { in moveConstructs() function in folly::__anon387f81641c11::TestConstruction
807 moveConstructs().store(0); in reset()
822 auto moves = TestConstruction::moveConstructs().load(); in TEST()
863 auto innerMoves = TestConstruction::moveConstructs().load(); in TEST()