Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

14.1.64. getpid()

Prototype

pid_t getpid (void)

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

Yes.

Available from ISR

No.

Include

<unistd.h>

Description

The getpid() function is provided for newlib compatibility and obtains the current process ID.

Return

Because HAL systems cannot contain multiple processes, getpid() always returns the same ID number.