JayBeams
0.1
Another project to have fun coding.
|
#include <jb/launch_thread.hpp>
#include <boost/test/unit_test.hpp>
#include <mutex>
#include <thread>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (launch_thread_basic) | |
BOOST_AUTO_TEST_CASE (launch_thread_errors) | |
BOOST_AUTO_TEST_CASE (launch_thread_unknown_exception) | |
BOOST_AUTO_TEST_CASE | ( | launch_thread_basic | ) |
Definition at line 59 of file ut_launch_thread.cpp.
References jb::launch_thread(), and jb::thread_config::name.
BOOST_AUTO_TEST_CASE | ( | launch_thread_errors | ) |
Definition at line 95 of file ut_launch_thread.cpp.
References jb::thread_config::affinity, jb::thread_config::ignore_setup_errors, jb::launch_thread(), jb::thread_config::name, and jb::cpu_set::parse().
BOOST_AUTO_TEST_CASE | ( | launch_thread_unknown_exception | ) |
Definition at line 130 of file ut_launch_thread.cpp.
References jb::launch_thread().