System.TSchedParam

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TSchedParam = record
    sched_priority: Integer;
  end;

Properties

Type Visibility Source Unit Parent
struct public System.pas System System

Description

Schedule parameters.

Schedule parameters are part of a pthread_attr_t.

Note: TSchedParam is defined for Linux and Mac OS.

See Also