pragma All_Calls_Remote[(library_unit_name)]; -- see section Remote Call Interface Library Units.
pragma Asynchronous(local_name); -- see section Pragma Asynchronous.
pragma Atomic(local_name); -- see section Shared Variable Control.
pragma Atomic_Components(array_local_name); -- see section Shared Variable Control.
pragma Attach_Handler(handler_name, expression); -- see section Protected Procedure Handlers.
pragma Controlled(first_subtype_local_name); -- see section Pragma Controlled.
pragma Convention([Convention =>] convention_identifier, [Entity =>] local_name); -- see section Interfacing Pragmas.
pragma Discard_Names[([On => ] local_name)]; -- see section Pragma Discard_Names.
pragma Elaborate(library_unit_name{, library_unit_name}); -- see section Elaboration Control.
pragma Elaborate_All(library_unit_name{, library_unit_name}); -- see section Elaboration Control.
pragma Elaborate_Body[(library_unit_name)]; -- see section Elaboration Control.
pragma Export( [Convention =>] convention_identifier, [Entity =>] local_name [, [External_Name =>] string_expression] [, [Link_Name =>] string_expression]); -- see section Interfacing Pragmas.
pragma Import( [Convention =>] convention_identifier, [Entity =>] local_name [, [External_Name =>] string_expression] [, [Link_Name =>] string_expression]); -- see section Interfacing Pragmas.
pragma Inline(name {, name}); -- see section Inline Expansion of Subprograms.
pragma Inspection_Point[(object_name {, object_name})]; -- see section Pragma Inspection_Point.
pragma Interrupt_Handler(handler_name); -- see section Protected Procedure Handlers.
pragma Interrupt_Priority[(expression)]; -- see section Task Priorities.
pragma Linker_Options(string_expression); -- see section Interfacing Pragmas.
pragma List(identifier); -- see section Pragmas.
pragma Locking_Policy(policy_identifier); -- see section Priority Ceiling Locking.
pragma Normalize_Scalars; -- see section Pragma Normalize_Scalars.
pragma Optimize(identifier); -- see section Pragmas.
pragma Pack(first_subtype_local_name); -- see section Pragma Pack.
pragma Page; -- see section Pragmas.
pragma Preelaborate[(library_unit_name)]; -- see section Elaboration Control.
pragma Priority(expression); -- see section Task Priorities.
pragma Pure[(library_unit_name)]; -- see section Elaboration Control.
pragma Queuing_Policy(policy_identifier); -- see section Entry Queuing Policies.
pragma Remote_Call_Interface[(library_unit_name)]; -- see section Remote Call Interface Library Units.
pragma Remote_Types[(library_unit_name)]; -- see section Remote Types Library Units.
pragma Restrictions(restriction{, restriction}); -- see section Pragma Restrictions.
pragma Reviewable; -- see section Pragma Reviewable.
pragma Shared_Passive[(library_unit_name)]; -- see section Shared Passive Library Units.
pragma Storage_Size(expression); -- see section Representation Attributes.
pragma Suppress(identifier [, [On =>] name]); -- see section Suppressing Checks.
pragma Task_Dispatching_Policy(policy_identifier ); -- see section The Standard Task Dispatching Policy.
pragma Volatile(local_name); -- see section Shared Variable Control.
pragma Volatile_Components(array_local_name); -- see section Shared Variable Control.
Go to the first, previous, next, last section, table of contents.