Searched defs:numThreads (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/third-party/folly/folly/synchronization/test/ |
| D | DistributedMutexTest.cpp | 40 void basicNThreads(int numThreads, int iterations = kStressFactor) { in basicNThreads() 74 int numThreads, in lockWithTryAndTimedNThreads() 133 void combineNThreads(int numThreads, std::chrono::seconds duration) { in combineNThreads() 177 void combineWithLockNThreads(int numThreads, std::chrono::seconds duration) { in combineWithLockNThreads() 232 void combineWithTryLockNThreads(int numThreads, std::chrono::seconds duration) { in combineWithTryLockNThreads() 303 int numThreads, in combineWithLockTryAndTimedNThreads() 661 int numThreads, in stressTryLockWithConcurrentLocks() 713 void concurrentTryLocks(int numThreads, int iterations = kStressFactor) { in concurrentTryLocks() 884 void concurrentLocksManyMutexes(int numThreads, std::chrono::seconds duration) { in concurrentLocksManyMutexes() 983 int numThreads, in concurrentExceptionPropagationStress() [all …]
|