• Version 1.17.0
Show / Hide Table of Contents

Class LinuxThreadPolicy

Linux thread policy.

Inheritance
object
LinuxThreadPolicy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class LinuxThreadPolicy

Fields

SCHED_BATCH

SCHED_BATCH.

Declaration
public static int SCHED_BATCH
Field Value
Type Description
int

SCHED_DEADLINE

SCHED_DEADLINE.

Declaration
public static int SCHED_DEADLINE
Field Value
Type Description
int

SCHED_FIFO

SCHED_FIFO.

Declaration
public static int SCHED_FIFO
Field Value
Type Description
int

SCHED_IDLE

SCHED_IDLE.

Declaration
public static int SCHED_IDLE
Field Value
Type Description
int

SCHED_NORMAL

SCHED_NORMAL.

Declaration
public static int SCHED_NORMAL
Field Value
Type Description
int

SCHED_RR

SCHED_RR.

Declaration
public static int SCHED_RR
Field Value
Type Description
int
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX