DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦bee760170⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Machine, pragma Module_Name 4 108, pragma Subsystem Machine_Interface, seg_0063aa

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with System;

package Machine is

    -- machine id type and operations

    type Id is new Long_Integer range 0 .. 2 ** 32 - 1;

    Nil_Machine : constant Id := 0;

    function Get_Id return Id;
    -- get the id for current machine
    pragma Suppress (Elaboration_Check, Get_Id);


    -- task_id type and operations

    subtype Task_Id is System.Module_Name;

    Nil_Task : constant Task_Id := System.Null_Module;

    function Get_Task_Id return Task_Id renames System.Current_Name;

    function Is_Callable (The_Task : Task_Id) return Boolean;
    pragma Suppress (Elaboration_Check, Is_Callable);

    procedure Terminate_Job (The_Task : Task_Id);
    pragma Suppress (Elaboration_Check, Terminate_Job);

    Termination_Error : exception;


    -- session_id and job_id types and operations

    subtype Session_Id is Long_Integer range 0 .. 2 ** 24 - 1;
    subtype Job_Id     is System.Virtual_Processor_Number range 0 .. 255;
    Nil_Session : constant Session_Id := 0;
    Nil_Job     : constant Job_Id     := 0;

    function Get_Job_Id (Of_Task : Task_Id) return Job_Id renames System.Get_Vp;

    pragma Subsystem (Machine_Interface);
    pragma Module_Name (4, 108);

end Machine;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=26 rec1=00 rec2=01 rec3=000
        [0x01] rec0=0a rec1=00 rec2=02 rec3=000
    tail 0x21701a93881bf80fcd63b 0x42a00088462065003