X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCQueueTest.cpp;h=fa6ce588cc4ea19794ee9055534eba8dd7699c59;hb=b50a3dd838801676f9f5a3d5f0b9a094a8175d72;hp=394b58381043410464be75661d755653bdcd567a;hpb=d31eb712ebe828e742d79245586651d142db848d;p=folly.git diff --git a/folly/test/MPMCQueueTest.cpp b/folly/test/MPMCQueueTest.cpp index 394b5838..fa6ce588 100644 --- a/folly/test/MPMCQueueTest.cpp +++ b/folly/test/MPMCQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2013-present 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,31 +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 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