Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp863 auto innerMoves = TestConstruction::moveConstructs().load(); in TEST() local
866 EXPECT_TRUE(innerMoves == 3 || innerMoves == 4 || innerMoves == 1); in TEST()
867 EXPECT_EQ(destructs, innerMoves + innerDefaults); in TEST()