package system
import "github.com/opencontainers/runc/libcontainer/system"
Index ¶
- func GetClockTicks() int
- func GetProcessStartTime(pid int) (string, error)
- func RunningInUserNS() bool
Functions ¶
func GetClockTicks ¶
func GetClockTicks() int
func GetProcessStartTime ¶
look in /proc to find the process start time so that we can verify that this pid has started after ourself
func RunningInUserNS ¶
func RunningInUserNS() bool
RunningInUserNS is a stub for non-Linux systems Always returns false
Source Files ¶
proc.go sysconfig_notcgo.go unsupported.go
- Version
- v0.1.1
- Published
- Apr 25, 2016
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- 2 hours ago –
Tools for package owners.