Home
last modified time | relevance | path

Searched refs:QueryInformationJobObject (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Djob_workaround.hpp96 …return ::QueryInformationJobObject(hJob, JobObjectInfoClass, lpJobObjectInfo, cbJobObjectInfoLengt… in query_information_job_object()
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher.c784 ok = QueryInformationJobObject(job, JobObjectExtendedLimitInformation, in run_child()
Dlauncher2.c2483 ok = QueryInformationJobObject(job, JobObjectExtendedLimitInformation, in launchEnvironment()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h2562 …WINBASEAPI WINBOOL WINAPI QueryInformationJobObject (HANDLE hJob, JOBOBJECTINFOCLASS JobObjectInfo…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2908 func QueryInformationJobObject(job Handle, JobObjectInformationClass int32, JobObjectInformation ui… func
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
H A Dkernel32.sym915 PUBLIC 2afc9 14 QueryInformationJobObject
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs68662 pub fn QueryInformationJobObject( in QueryInformationJobObject() function