#include "main.h"
#include "Eigen/CXX11/ThreadPool"
Go to the source code of this file.
Macros | |
#define | EIGEN_USE_THREADS |
Functions | |
static void | test_create_destroy_empty_pool () |
void | test_cxx11_non_blocking_thread_pool () |
static void | test_parallelism () |
#define EIGEN_USE_THREADS |
Definition at line 11 of file cxx11_non_blocking_thread_pool.cpp.
|
static |
Definition at line 15 of file cxx11_non_blocking_thread_pool.cpp.
void test_cxx11_non_blocking_thread_pool | ( | ) |
Definition at line 103 of file cxx11_non_blocking_thread_pool.cpp.
|
static |
Definition at line 25 of file cxx11_non_blocking_thread_pool.cpp.