System.TSchedParam

提供:RAD Studio API Documentation

Delphi

  TSchedParam = record
    sched_priority: Integer;
  end;

プロパティ

種類 可視性 ソース ユニット
struct public System.pas System System

説明

スケジュール パラメータです。

スケジュール パラメータは pthread_attr_t の構成要素です。

メモ: TSchedParam は、Linux および Mac OS 用に定義されたものです。

関連項目