PROC1_$INTRO Domain/OS PROC1_$INTRO
NAME
intro - the Level 1 Process Manager
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/proc1.h>
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/proc1.ins.pas';
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/proc1.ins.ftn'
DESCRIPTION
There is one call in the Level 1 Process Manager interface,
proc1_$get_cput, which reports the total CPU time used by the calling
process.
Constants
proc1_$n_user_processes
The maximum number of user processes per node.
SEE ALSO
time_$intro.