|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 1505 (0x5e1) Types: TextFile Names: »V«
└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2 └─ ⟦b8efda8ac⟧ »DATA« └─⟦7061b4ee8⟧ └─⟦dea849e77⟧ └─⟦this⟧
package Interrupt is type Signal_Type is (Sigprof, Sigusr2, Sigusr1, Sigpwr, Sigwinch, Sigmsg, Res26, Sigxfsz, Sigxcpu, Sigio, Sigttou, Sigttin, Sigchld, Sigcont, Sigtstp, Sigstop, Sigurg, Sigterm, Sigalrm, Sigpipe, Sigsys, Sigsegv, Sigbus, Sigkill, Sigfpe, Sigemt, Sigiot, Sigtrap, Sigill, Sigquit, Sigint, Sighup, Res0, Res63, Sigsound, Sigretract, Siggrant, Sig_59, Res58, Res57, Res56, Res55, Res54, Res53, Res52, Res51, Res50, Res49, Res48, Res47, Res46, Res45, Res44, Res43, Res42, Res41, Res40, Res39, Res38, Res37, Res36, Res35, Sigvtalrm, Sigdanger); type Signal_Mask_Type is array (Signal_Type) of Boolean; pragma Pack (Signal_Mask_Type); function Get_Signal_Mask return Signal_Mask_Type; procedure Set_Signal_Mask (Signal_Mask : Signal_Mask_Type); function Get_Signal return Signal_Type; type Descriptor is private; function Source return Descriptor; package Preemption_Control is procedure Disable_Preemption; procedure Enable_Preemption; end Preemption_Control; private pragma List (Off); type Descriptor is record null; end record; end Interrupt;