Structs
Enums
Functions
Explanation of Parameters
It can be used to both set and get the resource limits of an arbitrary process.
set pointer to thread ID This feature is currently NOT supported and is implemented as a stub, since threads are not supported.
Note: code translation should be done in syscall rather than the call handler as the handler may be reused by kernel code which use kernel structs
Get process times
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.