JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (thread_config_basic) | |
BOOST_AUTO_TEST_CASE (thread_config_scheduling_policy) | |
BOOST_AUTO_TEST_CASE (thread_config_scheduling_priority) | |
BOOST_AUTO_TEST_CASE (thread_config_overrides) | |
BOOST_AUTO_TEST_CASE | ( | thread_config_basic | ) |
Definition at line 10 of file ut_thread_config.cpp.
References jb::thread_config::name, jb::thread_config::native_priority(), jb::thread_config::native_scheduling_policy(), and jb::thread_config::scheduler.
BOOST_AUTO_TEST_CASE | ( | thread_config_scheduling_policy | ) |
Definition at line 26 of file ut_thread_config.cpp.
References jb::thread_config::native_scheduling_policy(), and jb::thread_config::scheduler.
BOOST_AUTO_TEST_CASE | ( | thread_config_scheduling_priority | ) |
Definition at line 41 of file ut_thread_config.cpp.
References jb::thread_config::native_priority(), jb::thread_config::priority, and jb::thread_config::scheduler.
BOOST_AUTO_TEST_CASE | ( | thread_config_overrides | ) |
Definition at line 59 of file ut_thread_config.cpp.
References jb::thread_config::affinity, jb::config_object::load_overrides(), jb::thread_config::native_priority(), jb::thread_config::native_scheduling_policy(), and jb::cpu_set::set().