Horizon Official Technical Documentation
|
|
#include "Core/Multithreading/WorkerThreadPool.hpp"
#include <boost/test/unit_test.hpp>
#include <cstring>
#include <thread>
#include <cstdio>
#include <iostream>
Macros | |
#define | BOOST_TEST_MODULE "WorkerThreadPoolTest" |
Functions | |
int | work_1 (int num=10) |
BOOST_AUTO_TEST_CASE (WorkerThreadPoolTest) | |
#define BOOST_TEST_MODULE "WorkerThreadPoolTest" |
BOOST_AUTO_TEST_CASE | ( | WorkerThreadPoolTest | ) |
References work_1().
int work_1 | ( | int | num = 10 | ) |
Referenced by BOOST_AUTO_TEST_CASE().