Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp948 class ExceptionWithConstructionTrack : public std::exception { class
950 explicit ExceptionWithConstructionTrack(int id) in ExceptionWithConstructionTrack() function in folly::__anon387f81642511::ExceptionWithConstructionTrack
968 mutex.lock_combine([&]() { throw ExceptionWithConstructionTrack{46}; }); in TEST()
1013 throw ExceptionWithConstructionTrack{j}; in concurrentExceptionPropagationStress()