#include <cstdlib>
#include "main.h"
#include <Eigen/CXX11/ThreadPool>
Go to the source code of this file.
Macros | |
#define | EIGEN_USE_THREADS |
Functions | |
int | rand_reentrant (unsigned int *s) |
void | test_basic_runqueue () |
void | test_cxx11_runqueue () |
void | test_empty_runqueue () |
void | test_stress_runqueue () |
#define EIGEN_USE_THREADS |
Definition at line 11 of file cxx11_runqueue.cpp.
int rand_reentrant | ( | unsigned int * | s | ) |
Definition at line 19 of file cxx11_runqueue.cpp.
void test_basic_runqueue | ( | ) |
Definition at line 28 of file cxx11_runqueue.cpp.
void test_cxx11_runqueue | ( | ) |
Definition at line 230 of file cxx11_runqueue.cpp.
void test_empty_runqueue | ( | ) |
Definition at line 120 of file cxx11_runqueue.cpp.
void test_stress_runqueue | ( | ) |
Definition at line 160 of file cxx11_runqueue.cpp.