Next: Pragma Task_Name, Previous: Pragma Suppress_Initialization, Up: Implementation Defined Pragmas
pragma Task_Info (EXPRESSION);
This pragma appears within a task definition (like pragma
Priority
) and applies to the task in which it appears. The
argument must be of type System.Task_Info.Task_Info_Type
.
The Task_Info
pragma provides system dependent control over
aspects of tasking implementation, for example, the ability to map
tasks to specific processors. For details on the facilities available
for the version of GNAT that you are using, see the documentation
in the spec of package System.Task_Info in the runtime
library.