const syscall.CLONE_NEWTIME

2 uses

	syscall (current package)
		exec_linux.go#L52: 	CLONE_NEWTIME = 0x00000080 // New time namespace
		exec_linux.go#L311: 	if sys.UseCgroupFD || flags&CLONE_NEWTIME != 0 || forceClone3 {