X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCQueueTest.cpp;h=1839903634db71696d0e13c4b9e13389ee746083;hb=0a609930802f1572b55402f0af5ff264ab31ece0;hp=18854a2abd97e6a62a180ae0ae0e98870fb2ec38;hpb=a1614feea3f3c0beb75fb2dc43ec45b3e5d57223;p=folly.git diff --git a/folly/test/MPMCQueueTest.cpp b/folly/test/MPMCQueueTest.cpp index 18854a2a..18399036 100644 --- a/folly/test/MPMCQueueTest.cpp +++ b/folly/test/MPMCQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,32 +14,39 @@ * limitations under the License. */ -#include #include +#include #include +#include +#include +#include +#include +#include #include #include -#include +#include #include +#include #include #include -#include -#include -#include - -#include -#include FOLLY_ASSUME_FBVECTOR_COMPATIBLE_1(boost::intrusive_ptr); using namespace folly; using namespace detail; using namespace test; +using std::chrono::time_point; +using std::chrono::steady_clock; +using std::chrono::seconds; +using std::chrono::milliseconds; +using std::string; +using std::unique_ptr; +using std::vector; typedef DeterministicSchedule DSched; -template class Atom> +template