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

#include <native.hpp>

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

Public Attributes

native_scheduling_intent intent { native_scheduling_intent::normal }
 
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 251 of file native.hpp.

Member Data Documentation

◆ intent

native_scheduling_intent threadschedule::detail::native_scheduling_config::intent { native_scheduling_intent::normal }

Definition at line 253 of file native.hpp.

◆ model

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

Definition at line 256 of file native.hpp.

◆ policy

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

Definition at line 254 of file native.hpp.

◆ priority

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

Definition at line 255 of file native.hpp.

◆ valid

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

Definition at line 257 of file native.hpp.


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