X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FMPMCQueueTest.cpp;h=50d1de5dc1de2e33cf0f76fdafe4d7e7609eb032;hp=be1fbc904d6b3837e7ec689b7eb1f6d03aa7cfb6;hb=fbfe105970bcf88e8c123046f84bebdfe24f8801;hpb=d3ee675ff41cd36587ba8de41568050baa08eb3e diff --git a/folly/test/MPMCQueueTest.cpp b/folly/test/MPMCQueueTest.cpp index be1fbc90..50d1de5d 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