#include <kernel.h>
#include <proc.h>
Go to the source code of this file.
Functions | |
syscall | getpid (void) |
Definition in file getpid.c.
syscall getpid | ( | void | ) |
Get the process id of currently executing process.
Definition at line 16 of file getpid.c.
References currpid.
Referenced by create(), userret(), xsh_exit(), and xsh_kill().