A0DefaultPriority

The default thread scheduling priority.


Syntax

int A0DefaultPriority;

Description

This global variable contains the Athapascan-0 default thread scheduling priority. Each scheduling rule (see A0DefaultScheduling) has a different range of valid priorities, varying from 0 to the maximum allowed to each rule. The maximum values are:

See Also

a0SetDefaultPriority() a0NewService() a0GetThreadPriority() a0SetThreadPriority() A0DefaultScheduling