![]() |
![]() |
|
|
![]() |
![]() |
Process Management Programmer's Guide: 900 Series HP 3000 Computer Systems > Chapter 2 Process Management Tasks![]() Interrogating Processes |
|
MPE/iX provides intrinsics that enable your program to interrogate MPE/iX about the status of other processes. The process information you acquire can assist you in controlling your process structure. Process interrogation intrinsics are:
If your program has PH capability, it can call the FATHER intrinsic to determine the Process Identification Number (PIN) of its parent process. Following is an example of a FATHER intrinsic call:
FATHER acts as a function to return to PARENTPIN the PIN of the parent process. If your program has PH capability, it can call the GETPROCID intrinsic to determine the PIN of a child process. The following is an example of a GETPROCID intrinsic call:
GETPROCID acts as a function to return the PIN of the child process specified by NUMSON. If NUMSON specifies a value greater than the number of current child processes, GETPROCID returns the PIN of the current child process that was created first.
If your program has PH capability, it can call the GETORIGIN intrinsic to determine who activated it, the parent process or a child process. An example of a GETORIGIN intrinsic call is:
GETORIGIN returns one of the following codes to ACTIVATIONSOURCE:
If your program has PH capability, it can call the GETPROCINFO intrinsic to determine process management information about its parent process or a child process. GETPROCINFO acts as a function to return a value indicating:
This is an example of a GETPROCINFO intrinsic call:
When PIN specifies 0, GETPROCINFO returns to STATINFO process management information about the parent of the calling process. For example, if the value $F0482 is returned to STATINFO, it is interpreted in the following manner:
Your program can call the PROCINFO intrinsic to determine process management information. PROCINFO returns the same information as the GETPROCINFO intrinsic, as well as:
Some of the information available through PROCINFO requires that your program have PH capability. For a list of capability requirements associated with each type of information available through PROCINFO, refer to the PROCINFO description in the MPE/iX Intrinsics Reference Manual (32650-90028). Your program can call the PROCTIME intrinsic to determine the total amount of CPU time it has used since it was created. The following is an example of a PROCTIME intrinsic call:
PROCTIME acts as a function to return to TIME the number of milliseconds your program has been in an EXECUTING state. |
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|