Home
last modified time | relevance | path

Searched refs:job_handle (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_launcher.cc294 DCHECK(!new_options.job_handle); in LaunchChildTestProcessWithOptions()
296 win::ScopedHandle job_handle; in LaunchChildTestProcessWithOptions() local
298 job_handle.Set(CreateJobObject(NULL, NULL)); in LaunchChildTestProcessWithOptions()
299 if (!job_handle.IsValid()) { in LaunchChildTestProcessWithOptions()
313 if (!SetJobObjectLimitFlags(job_handle.Get(), job_flags)) { in LaunchChildTestProcessWithOptions()
318 new_options.job_handle = job_handle.Get(); in LaunchChildTestProcessWithOptions()
321 DCHECK(!new_options.job_handle); in LaunchChildTestProcessWithOptions()
323 zx::job job_handle; in LaunchChildTestProcessWithOptions() local
324 zx_status_t result = zx::job::create(*GetDefaultJob(), 0, &job_handle); in LaunchChildTestProcessWithOptions()
326 new_options.job_handle = job_handle.get(); in LaunchChildTestProcessWithOptions()
[all …]
/external/libchrome/base/process/
Dlaunch.h135 HANDLE job_handle = nullptr; member
191 zx_handle_t job_handle = ZX_HANDLE_INVALID; member