# 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.
FMountat performs mount from the provided directory.
ForceRemoveAll on unix is just a wrapper for os.RemoveAll.
GetLocalListener returns a listener out of a unix socket.
GetOpenFds returns the number of open fds for the process provided by pid.
GetSubreaper returns the subreaper setting for the calling process.
GetSystemCPUUsage returns the host system's cpu usage in nanoseconds.
Reap reaps all child processes for the calling process and returns their exit information.
RunningPrivileged returns true if the effective user ID of the calling process is 0.
RunningUnprivileged returns true if the effective user ID of the calling process is not 0.
SetOOMScore sets the oom score for the provided pid.
SetSubreaper sets the value i as the subreaper setting for the calling process.
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.