MPE/iX Quick Reference Guide (32650-90881)

Chapter 3 115
Intrinsics Descriptions
Descriptions of the Intrinsics Available in MPE/iX
SUSPEND
NM and CM callable.
Suspends a process. Process handling (PH) capability is required.
U16V I16V
SUSPEND(
allow
,
rin
);
SWITCHDB
CM callable only.
Switches the DB register pointer. Privileged mode (PM) capability is required.
U16 O-P U16V
logindex
:=SWITCHDB(
index
)
TERMINATE
NM and CM callable.
Releases all resources held by the process and its descendants are released. All remaining
files, opened by the process and its descendants, are closed and assigned the same
disposition they had when opened.
TERMINATE;
TIMER
NM and CM callable.
Returns system timer information.
I32
count
:=TIMER;
UNLOADPROC
NM and CM callable.
Dynamically unloads a compatibility mode (CM) segmented library (SL) procedure.
I16V
UNLOADPROC(
procid
);
UNLOCKGLORIN
NM and CM callable.
Unlocks a global resource identification number (RIN) that was locked with the
LOCKGLORIN intrinsic.
I16V
UNLOCKGLORIN(
rinnum
);