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

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

get() const -> pthread_attr_t const &threadschedule::PThreadAttributesinline
get() -> pthread_attr_t &threadschedule::PThreadAttributesinline
get_detach_state() const -> std::optional< bool >threadschedule::PThreadAttributesinline
get_guard_size() const -> std::optional< size_t >threadschedule::PThreadAttributesinline
get_stack_size() const -> std::optional< size_t >threadschedule::PThreadAttributesinline
operator=(PThreadAttributes const &) -> PThreadAttributes &=deletethreadschedule::PThreadAttributes
operator=(PThreadAttributes &&other) noexcept -> PThreadAttributes &threadschedule::PThreadAttributesinline
PThreadAttributes()threadschedule::PThreadAttributesinline
PThreadAttributes(PThreadAttributes const &)=deletethreadschedule::PThreadAttributes
PThreadAttributes(PThreadAttributes &&other) noexceptthreadschedule::PThreadAttributesinline
set_detach_state(bool detached) -> boolthreadschedule::PThreadAttributesinline
set_guard_size(size_t guard_size) -> boolthreadschedule::PThreadAttributesinline
set_inherit_sched(bool inherit) -> boolthreadschedule::PThreadAttributesinline
set_scheduling_parameter(ThreadPriority priority) -> boolthreadschedule::PThreadAttributesinline
set_scheduling_policy(SchedulingPolicy policy) -> boolthreadschedule::PThreadAttributesinline
set_scope(bool system_scope) -> boolthreadschedule::PThreadAttributesinline
set_stack_size(size_t stack_size) -> boolthreadschedule::PThreadAttributesinline
~PThreadAttributes()threadschedule::PThreadAttributesinline