XINU
|
現在実行中のプロセスIDを返す。 More...
#include <xinu.h>
Go to the source code of this file.
Functions | |
pid32 | getpid (void) |
現在実行中のプロセスIDを返す。 More... | |
現在実行中のプロセスIDを返す。
Definition in file getpid.c.
pid32 getpid | ( | void | ) |
現在実行中のプロセスIDを返す。
Definition at line 11 of file getpid.c.
References currpid.
Referenced by create(), exit(), rdscontrol(), rdsread(), rdswrite(), and userret().