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

⟦79cdd2931⟧ TextFile

    Length: 573 (0x23d)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

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

TextFile

-- -------------------------------------------------------------------------
-- CIFO "dynamic priorities" section.
-- -------------------------------------------------------------------------

with TASK_IDS;

package DYNAMIC_PRIORITIES is

   type PRIORITY is range 0 .. 28;

   type URGENCY is (NOW, LATER);

   procedure SET_PRIORITY (OF_TASK  : in TASK_IDS.TASK_ID;
                           TO       : in PRIORITY;
                           HOW_SOON : in URGENCY := NOW);

   function PRIORITY_OF (THE_TASK : TASK_IDS.TASK_ID) return PRIORITY;

end DYNAMIC_PRIORITIES