# Functions
CreateUnixSocket creates a unix socket and returns the listener.
EpollCreate1 directly calls unix.EpollCreate1.
EpollCtl directly calls unix.EpollCtl.
EpollWait directly calls unix.EpollWait.
ForceRemoveAll on unix is just a wrapper for os.RemoveAll.
GetLocalListener returns a listerner out of a unix socket.
GetOpenFds returns the number of open fds for the process provided by pid.
GetSystemCPUUsage returns the host system's cpu usage in nanoseconds.
Reap reaps all child processes for the calling process and returns their exit information.
SetOOMScore sets the oom score for the provided pid.
StatAtime returns the Atim.
StatATimeAsTime returns st.Atim as a time.Time.
StatCtime returns the Ctim.
StatMtime returns the Mtim.
# Constants
OOMScoreMaxKillable is the maximum score keeping the process killable by the oom killer.