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

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

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