System Builtins
System Builtin Name | MI Instruction name | Prototype Name | Description | Usage Examples
|
_CRTMTX | CRTMTX | crtmtx | Create pointer-based mutex. | t053.rpgle. Test of pointer-based mutex management instructions.
|
_DESMTX | DESMTX | desmtx | Destroy pointer-based mutex. | t053.rpgle. Test of pointer-based mutex management instructions.
|
_LOCKMTX | LOCKMTX | lockmtx | Lock pointer-based mutex. | t053.rpgle. Test of pointer-based mutex management instructions.
|
_MATMTX | MATMTX | matmtx | Materialize mutex. | t067.rpgle. Test of _MATMTX.
|
_UNLKMTX | UNLKMTX | unlkmtx | Unlock pointer-based mutex. | t053.rpgle. Test of pointer-based mutex management instructions.
|