X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCQueueTest.cpp;h=1839903634db71696d0e13c4b9e13389ee746083;hb=7bf1486094cccb266e789a378d8e5f91e3cb7780;hp=1a84b485aba2cc7f78d9574643169abf6bc58e4a;hpb=54ab6858b79c1bea35e5dcba593b60d4f92b58f3;p=folly.git diff --git a/folly/test/MPMCQueueTest.cpp b/folly/test/MPMCQueueTest.cpp index 1a84b485..18399036 100644 --- a/folly/test/MPMCQueueTest.cpp +++ b/folly/test/MPMCQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014 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,38 +14,45 @@ * 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