| BaseThreadWrapper()=default | threadschedule::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 -> id | threadschedule::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 typedef | threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > | |
| join() | threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > | inline |
| joinable() const noexcept -> bool | threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > | inline |
| native_handle() noexcept -> native_handle_type | threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > | inline |
| native_handle_type typedef | threadschedule::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) -> bool | threadschedule::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()=default | threadschedule::BaseThreadWrapper< ThreadType, OwnershipTag > | virtual |