System.TSchedParam
Delphi
TSchedParam = record
sched_priority: Integer;
end;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| struct | public | System.pas | System | System |
Description
Paramètres de planification.
Les paramètres de planification font partie d'un pthread_attr_t.
Remarque : TSchedParam est défini pour Linux et Mac OS.