Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getpid(2) — sys5 — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought



GETPID(2)       DOMAIN/IX Reference Manual (SYS5)       GETPID(2)



NAME
     getpid, getpgrp, getppid - get process, process group, and
     parent process IDs

USAGE
     int getpid ()

     int getpgrp ()

     int getppid ()

DESCRIPTION
     Getpid returns the process ID of the process that called it.

     Getpgrp returns the process group ID of the process that
     called it.

     Getppid returns the parent process ID of the process that
     called it.

RELATED INFORMATION
     exec(2), fork(2), setpgrp(2), signal(2)

































Printed 5/10/85                                          GETPID-1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026