#include <sys/types.h> #include <qp0wpid.h> pid_t Qp0wGetPidNoInit(void);
The Qp0wGetPidNoInit() function returns the process ID of the calling process without enabling the process to receive signals.
None.
None.
pid_t | The value returned by Qp0wGetPidNoInit() is the process ID of the calling process. |
The Qp0wGetPidNoInit() function is always successful and does not return an error.
The Qp0wGetPidNoInit() function provides an i5/OS-specific way to obtain the process ID of the calling process. It performs the same function as the getpid() function without enabling the process to receive signals.
Top | UNIX-Type APIs | APIs by category |