MPE/iX Intrinsics Reference Manual (32650-90905)

Chapter 10 629
Command Definitions (QUIT-ZSIZE)
UNLOCKGLORIN
UNLOCKGLORIN
NM and CM callable.
The UNLOCKGLORIN intrinsic unlocks a global resource identification number (RIN) that
was locked with the LOCKGLORIN intrinsic.
Syntax
I16V
UNLOCKGLORIN(
rinnum
);
Parameters
rinnum
16-bit signed integer by value (required)
Passes the number of any RIN locked by the calling process. If
rinnum
does
not specify a RIN locked by the calling process, no action is taken.
Condition Codes
CCE (2) Request granted.
CCG (0) Request denied. This RIN was not locked by this process.
CCL (1) Request denied. The specified RIN was not allocated.
Related Information
Manual Resource Management Programmer's Guide