DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d352ed900⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »testwait«

Derivation

└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
    └─⟦6b41451d2⟧ 
        └─⟦this⟧ »testwait« 

TextFile

job btj 2 600 time 6 0

pascal80 codelist.yes
(*$1 1 1*)
process testwait;
var r: reference;
s: semaphore;
x: activation;
begin
waiti;
waitt;
x:=waitis(r,s);
x:=waitst(r,s);
x:=waitist(r,s);
x:=ctrwaitit(0);
x:=ctrwaitis(0,r,s);
x:=ctrwaitist(0,r,s);
end.
finis
▶EOF◀