Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (M)
Guardian Procedure Calls Reference Manual522629-013
9-71
MYPID Procedure (Superseded
by PROCESSHANDLE_GETMINE_ Procedure and
MYPID Procedure
(Superseded
by PROCESSHANDLE_GETMINE_ Procedure
and PROCESSHANDLE_DECOMPOSE_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Summary
The MYPID procedure provides a process with its own processor and PIN number.
This one-word quantity has been called the PID of a process, with no connection to the
4-word process ID.
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
cpu,pin returned value
INT
is the callers processor (bits <4:7>) and PIN number (bits <8:15>). Note that bits
<0:3> are always 0.
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
cpu,pin := MYPID;