Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createWindowsJobObject (0.32 sec)

  1. cmd/kubelet/app/init_windows.go

    		"HIGH_PRIORITY_CLASS":         uint32(windows.HIGH_PRIORITY_CLASS),
    		"REALTIME_PRIORITY_CLASS":     uint32(windows.REALTIME_PRIORITY_CLASS),
    	}
    	return priorityClassMap[priorityClassName]
    }
    
    // createWindowsJobObject creates a new Job Object
    // (https://docs.microsoft.com/en-us/windows/win32/procthread/job-objects),
    // and specifies the priority class for the job object to the specified value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 01:54:34 UTC 2022
    - 3.4K bytes
    - Viewed (0)
Back to top