MPE/iX Intrinsics Reference Manual (32650-90905)
630 Chapter10
Command Definitions (QUIT-ZSIZE)
UNLOCKLOCRIN
UNLOCKLOCRIN
NM and CM callable.
The UNLOCKLOCRIN intrinsic unlocks a local resource identification number (RIN) that was
locked by the LOCKLOCRIN intrinsic.
Syntax
I16V
UNLOCKLOCRIN(
rinnum
);
Parameters
rinnum
16-bit signed integer by value (required)
Passes the locked RIN, designated by an integer from 1 to the value
specified in the
rincount
parameter of the GETLOCRIN intrinsic call.
Condition Codes
CCE (2) Request granted.
CCG (0) Request denied. The RIN specified is not locked by the calling process.
CCL (1) Request denied. The specified RIN is not allocated to this process.
Related Information
Manual Resource Management Programmer's Guide