summaryrefslogtreecommitdiffstats
path: root/memory/jemalloc/src/msvc/projects/vc2015/test_threads/test_threads_main.cpp
blob: ffd96e6abd49738533256e23aa4eca532b0a0091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "test_threads.h"
#include <future>
#include <functional>
#include <chrono>

using namespace std::chrono_literals;

int main(int argc, char** argv)
{
  int rc = test_threads();
  return rc;
}