ThreadSchedule 2.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > Member List

This is the complete list of members for threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >, including all inherited members.

BaseThreadWrapper()=defaultthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >
BaseThreadWrapper(ThreadType &t)threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inlineexplicit
detach()threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
get_affinity() const -> std::optional< ThreadAffinity >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
get_id() const noexcept -> idthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
get_name() const -> std::optional< std::string >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
get_nice_value() -> std::optional< int >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inlinestatic
id typedefthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >
join()threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
joinable() const noexcept -> boolthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
native_handle() noexcept -> native_handle_typethreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
native_handle_type typedefthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >
set_affinity(ThreadAffinity const &affinity) -> expected< void, std::error_code >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
set_name(std::string const &name) -> expected< void, std::error_code >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
set_nice_value(int nice_value) -> boolthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inlinestatic
set_priority(ThreadPriority priority) -> expected< void, std::error_code >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
set_scheduling_policy(SchedulingPolicy policy, ThreadPriority priority) -> expected< void, std::error_code >threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >inline
~BaseThreadWrapper()=defaultthreadschedule::BaseThreadWrapper< ThreadType, OwnershipTag >virtual