Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp40 void basicNThreads(int numThreads, int iterations = kStressFactor) { in basicNThreads() argument
48 for (auto j = 0; j < iterations; ++j) { in basicNThreads()
69 EXPECT_EQ(total, sum(numThreads) * iterations); in basicNThreads()
662 int iterations = kStressFactor) { in stressTryLockWithConcurrentLocks() argument
669 for (auto j = 0; j < iterations; ++j) { in stressTryLockWithConcurrentLocks()
678 for (auto i = 0; i < iterations; ++i) { in stressTryLockWithConcurrentLocks()
713 void concurrentTryLocks(int numThreads, int iterations = kStressFactor) { in concurrentTryLocks() argument
720 for (auto j = 0; j < iterations; ++j) { in concurrentTryLocks()
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown14 …R_ITER_SKIP`, which returns how many internal keys were skipped during iterations (e.g., due to be…
D2018-11-21-delete-range.markdown181 scan-and-delete database, although the gap lessens as iterations grow longer.
/rocksdb-6.9/
DHISTORY.md60 * Fix crash caused by concurrent CF iterations and drops(#6147).
543 …R_ITER_SKIP`, which returns how many internal keys were skipped during iterations (e.g., due to be…