Home
last modified time | relevance | path

Searched refs:CreateJobObject (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/test/launcher/
H A Dtest_launcher.cc298 job_handle.Set(CreateJobObject(NULL, NULL)); in LaunchChildTestProcessWithOptions()
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher.c783 job = CreateJobObject(NULL, NULL); in run_child()
Dlauncher2.c2482 job = CreateJobObject(NULL, NULL); in launchEnvironment()
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc429 job_handle.Set(CreateJobObject(NULL, NULL)); in LaunchChildTestProcessWithOptions()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h2591 #define CreateJobObject __MINGW_NAME_AW(CreateJobObject) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go1764 func CreateJobObject(jobAttr *SecurityAttributes, name *uint16) (handle Handle, err error) { func