ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::detail::resolved_scheduling Struct Reference

#include <native.hpp>

Collaboration diagram for threadschedule::detail::resolved_scheduling:
[legend]

Public Attributes

native_scheduling_policy policy { native_scheduling_policy::other }
 
native_thread_priority priority { native_thread_priority::normal() }
 
native_priority_model model { native_priority_model::intent }
 
bool valid { true }
 

Detailed Description

Definition at line 260 of file native.hpp.

Member Data Documentation

◆ model

native_priority_model threadschedule::detail::resolved_scheduling::model { native_priority_model::intent }

Definition at line 264 of file native.hpp.

◆ policy

native_scheduling_policy threadschedule::detail::resolved_scheduling::policy { native_scheduling_policy::other }

Definition at line 262 of file native.hpp.

Referenced by threadschedule::detail::resolve_scheduling_config().

◆ priority

native_thread_priority threadschedule::detail::resolved_scheduling::priority { native_thread_priority::normal() }

Definition at line 263 of file native.hpp.

◆ valid

bool threadschedule::detail::resolved_scheduling::valid { true }

Definition at line 265 of file native.hpp.


The documentation for this struct was generated from the following file: