package system
import "github.com/dotcloud/docker/pkg/system"
Index ¶
- Variables
- func GetLastAccess(stat *syscall.Stat_t) syscall.Timespec
- func GetLastModification(stat *syscall.Stat_t) syscall.Timespec
- func GetProcessStartTime(pid int) (string, error)
- func Gettid() int
- func LUtimesNano(path string, ts []syscall.Timespec) error
- func Lgetxattr(path string, attr string) ([]byte, error)
- func Lsetxattr(path string, attr string, data []byte, flags int) error
- func SetCloneFlags(cmd *exec.Cmd, flag uintptr)
- func UsetCloseOnExec(fd uintptr) error
- func UtimesNano(path string, ts []syscall.Timespec) error
Variables ¶
Functions ¶
func GetLastAccess ¶
func GetLastModification ¶
func GetProcessStartTime ¶
look in /proc to find the process start time so that we can verify that this pid has started after ourself
func Gettid ¶
func Gettid() int
func LUtimesNano ¶
func Lgetxattr ¶
func Lsetxattr ¶
func SetCloneFlags ¶
func UsetCloseOnExec ¶
func UtimesNano ¶
Source Files ¶
errors.go proc.go stat_unsupported.go unsupported.go utimes_unsupported.go xattrs_unsupported.go
- Version
- v0.10.0
- Published
- Apr 8, 2014
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.