Searched refs:ExceptionWithConstructionTrack (Results 1 – 1 of 1) sorted by relevance
948 class ExceptionWithConstructionTrack : public std::exception { class950 explicit ExceptionWithConstructionTrack(int id) in ExceptionWithConstructionTrack() function in folly::__anon387f81642511::ExceptionWithConstructionTrack968 mutex.lock_combine([&]() { throw ExceptionWithConstructionTrack{46}; }); in TEST()1013 throw ExceptionWithConstructionTrack{j}; in concurrentExceptionPropagationStress()