Home
last modified time | relevance | path

Searched defs:JOBOBJECT_BASIC_LIMIT_INFORMATION (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows_arm.go24 type JOBOBJECT_BASIC_LIMIT_INFORMATION struct { struct
25 PerProcessUserTimeLimit int64
26 PerJobUserTimeLimit int64
27 LimitFlags uint32
28 MinimumWorkingSetSize uintptr
29 MaximumWorkingSetSize uintptr
30 ActiveProcessLimit uint32
31 Affinity uintptr
32 PriorityClass uint32
33 SchedulingClass uint32
[all …]
Dtypes_windows_386.go24 type JOBOBJECT_BASIC_LIMIT_INFORMATION struct { struct
25 PerProcessUserTimeLimit int64
26 PerJobUserTimeLimit int64
27 LimitFlags uint32
28 MinimumWorkingSetSize uintptr
29 MaximumWorkingSetSize uintptr
30 ActiveProcessLimit uint32
31 Affinity uintptr
32 PriorityClass uint32
33 SchedulingClass uint32
[all …]
Dtypes_windows_arm64.go24 type JOBOBJECT_BASIC_LIMIT_INFORMATION struct { struct
25 PerProcessUserTimeLimit int64
26 PerJobUserTimeLimit int64
27 LimitFlags uint32
28 MinimumWorkingSetSize uintptr
29 MaximumWorkingSetSize uintptr
30 ActiveProcessLimit uint32
31 Affinity uintptr
32 PriorityClass uint32
33 SchedulingClass uint32
Dtypes_windows_amd64.go24 type JOBOBJECT_BASIC_LIMIT_INFORMATION struct { struct
25 PerProcessUserTimeLimit int64
26 PerJobUserTimeLimit int64
27 LimitFlags uint32
28 MinimumWorkingSetSize uintptr
29 MaximumWorkingSetSize uintptr
30 ActiveProcessLimit uint32
31 Affinity uintptr
32 PriorityClass uint32
33 SchedulingClass uint32
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h4379 } JOBOBJECT_BASIC_LIMIT_INFORMATION,*PJOBOBJECT_BASIC_LIMIT_INFORMATION; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs35136 pub type JOBOBJECT_BASIC_LIMIT_INFORMATION = _JOBOBJECT_BASIC_LIMIT_INFORMATION; typedef