Searched refs:job_handle (Results 1 – 2 of 2) sorted by relevance
294 DCHECK(!new_options.job_handle); in LaunchChildTestProcessWithOptions()296 win::ScopedHandle job_handle; in LaunchChildTestProcessWithOptions() local298 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() local324 zx_status_t result = zx::job::create(*GetDefaultJob(), 0, &job_handle); in LaunchChildTestProcessWithOptions()326 new_options.job_handle = job_handle.get(); in LaunchChildTestProcessWithOptions()[all …]
135 HANDLE job_handle = nullptr; member191 zx_handle_t job_handle = ZX_HANDLE_INVALID; member