Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (M)
Guardian Procedure Calls Reference Manual—522629-013
9-58
MOM Procedure
(Superseded by PROCESS_GETINFOLIST_
MOM Procedure
(Superseded by PROCESS_GETINFOLIST_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
OSS Considerations
Summary
The MOM procedure provides a process with the 4-word process ID of its creator. The
process ID is a 4-word array, where
process-id [0:2] contains the process name or
creation timestamp and
process-id [3] contains the cpu,pin for the process.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
process-id output
INT:ref:4
is the 4-word array where MOM returns the process ID of the caller’s creator. For
an unnamed process,
process-id is:
[0].<0:1> 2
.<2:7> Reserved
.<8:15> System number (0 through 254)
[1:2] Low-order 32 bits of creation timestamp
[3].<0:3> Reserved
.<4:7> processor number where the process is executing
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL MOM ( process-id ); ! o