1GETPID(2) System Calls Manual GETPID(2)
23
4
NAME
6getpid - get process identification
7
SYNOPSIS
9getpid( )
10
DESCRIPTION
12Getpid returns the process ID of the current process. Most often it is
13used to generate uniquely-named temporary files.
14
SEE ALSO
16mktemp(3)
17
ASSEMBLER
19(getpid = 20.)
20sys getpid
21(pid in r0)
2223
24
25
GETPID(2)