Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp90 auto tryLockFunction = [&]() { in lockWithTryAndTimedNThreads() local
118 threads.push_back(std::thread(tryLockFunction)); in lockWithTryAndTimedNThreads()
271 auto tryLockFunction = [&]() { in combineWithTryLockNThreads() local
290 threads.push_back(std::thread(tryLockFunction)); in combineWithTryLockNThreads()
357 auto tryLockFunction = [&]() { in combineWithLockTryAndTimedNThreads() local
388 threads.push_back(std::thread(tryLockFunction)); in combineWithLockTryAndTimedNThreads()