Sign in
nest-open-source
/
nest-cam
/
4320010
/
jemalloc
/
ab75dcad8561d7693c3767cfae6c921b2ed6cd10
/
.
/
jemalloc
/
msvc
/
projects
/
vc2015
/
test_threads
/
test_threads_main.cpp
blob: ffd96e6abd49738533256e23aa4eca532b0a0091 [
file
] [
log
] [
blame
]
#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
;
}