libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::sched_attr Struct Reference

Public Attributes

uint32_t size
 Size of this structure.
 
uint32_t sched_policy
 Policy (SCHED_*)
 
uint64_t sched_flags
 
int32_t sched_nice
 Nice value for OTHER, BATCH.
 
uint32_t sched_priority
 Static priority for FIFO, RR.
 
uint64_t sched_runtime
 
uint64_t sched_deadline
 
uint64_t sched_period
 

Detailed Description

Definition at line 12 of file Scheduler.hxx.

Member Data Documentation

◆ sched_deadline

uint64_t cosmos::sched_attr::sched_deadline

Definition at line 24 of file Scheduler.hxx.

◆ sched_flags

uint64_t cosmos::sched_attr::sched_flags

Definition at line 17 of file Scheduler.hxx.

◆ sched_nice

int32_t cosmos::sched_attr::sched_nice

Nice value for OTHER, BATCH.

Definition at line 19 of file Scheduler.hxx.

◆ sched_period

uint64_t cosmos::sched_attr::sched_period

Definition at line 25 of file Scheduler.hxx.

◆ sched_policy

uint32_t cosmos::sched_attr::sched_policy

Policy (SCHED_*)

Definition at line 16 of file Scheduler.hxx.

◆ sched_priority

uint32_t cosmos::sched_attr::sched_priority

Static priority for FIFO, RR.

Definition at line 21 of file Scheduler.hxx.

◆ sched_runtime

uint64_t cosmos::sched_attr::sched_runtime

Definition at line 23 of file Scheduler.hxx.

◆ size

uint32_t cosmos::sched_attr::size

Size of this structure.

Definition at line 14 of file Scheduler.hxx.


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