os
0.1.0
Module process
Module Items
Functions
In os::
syscall
os
::
syscall
Module
process
Copy item path
Source
Functions
ยง
sys_
exec
sys_
exit
sys_
fork
sys_
get_
time
sys_
getpid
sys_
waitpid
If there is not a child process whose pid is same as given, return -1. Else if there is a child process but it is still running, return -2.
sys_
yield