syscall.SysProcAttr.UseCgroupFD (field)

3 uses

	syscall (current package)
		exec_linux.go#L107: 	UseCgroupFD                bool      // Whether to make use of the CgroupFD field.
		exec_linux.go#L311: 	if sys.UseCgroupFD || flags&CLONE_NEWTIME != 0 || forceClone3 {
		exec_linux.go#L316: 		if sys.UseCgroupFD {