Enumerations
SCHED_PRIORITY

Enumerations

enum  SCHED_PRIORITY { SCHED_PRIORITY_DEFAULT = 0, SCHED_PRIORITY_MEDIUM, SCHED_PRIORITY_HIGH }
 

Detailed Description

Enumeration Type Documentation

Enumerator
SCHED_PRIORITY_DEFAULT 

0: policy = SCHED_OTHER, sched_priority = 0 (non-realtime)

SCHED_PRIORITY_MEDIUM 

1: policy = SCHED_RR, sched_priority = 1 (realtime)

SCHED_PRIORITY_HIGH 

2: policy = SCHED_RR, sched_priority = 49 (realtime)

Definition at line 1081 of file iothinxio.h.