[Overview][Constants][Types] Reference for unit 'unixtype' (#rtl)

sched_param

Scheduling parameter description record.

Declaration

Source position: ptypes.inc line 144

type sched_param = record

  __sched_priority: cInt;

  

Priority.

end;