const syscall.CLONE_NEWTIME
2 uses
syscall (current package)
exec_linux.go#L52: CLONE_NEWTIME = 0x00000080 // New time namespace
exec_linux.go#L313: if sys.UseCgroupFD || flags&CLONE_NEWTIME != 0 || forceClone3 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)