ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::thread_config Member List

This is the complete list of members for threadschedule::thread_config, including all inherited members.

clear_affinity() noexcept -> thread_config &threadschedule::thread_configinline
clear_name() noexcept -> thread_config &threadschedule::thread_configinline
clear_scheduling() noexcept -> thread_config &threadschedule::thread_configinline
empty() const noexcept -> boolthreadschedule::thread_configinline
get_affinity() const noexcept -> std::optional< thread_affinity > const &threadschedule::thread_configinline
get_name() const noexcept -> std::optional< std::string > const &threadschedule::thread_configinline
get_scheduling() const noexcept -> std::optional< scheduling_config > const &threadschedule::thread_configinline
set_affinity(thread_affinity affinity) -> thread_config &threadschedule::thread_configinline
set_name(std::string name) -> thread_config &threadschedule::thread_configinline
set_scheduling(scheduling_config scheduling) noexcept -> thread_config &threadschedule::thread_configinline
thread_config()=defaultthreadschedule::thread_config