Searched refs:proc_handle (Results 1 – 4 of 4) sorted by relevance
262 struct veo_proc_handle *proc_handle; in __tgt_rtl_load_binary() local269 proc_handle = veo_proc_create(DeviceInfo.NodeIds[ID]); in __tgt_rtl_load_binary()270 if (!proc_handle) { in __tgt_rtl_load_binary()275 proc_handle = veo_proc_create_static(DeviceInfo.NodeIds[ID], tmp_name); in __tgt_rtl_load_binary()276 if (!proc_handle) { in __tgt_rtl_load_binary()282 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_load_binary()342 struct veo_proc_handle *proc_handle; in __tgt_rtl_data_alloc() local343 proc_handle = veo_proc_create(DeviceInfo.NodeIds[ID]); in __tgt_rtl_data_alloc()344 if (!proc_handle) { in __tgt_rtl_data_alloc()348 DeviceInfo.ProcHandles[ID] = proc_handle; in __tgt_rtl_data_alloc()[all …]
173 self.proc_handle = subprocess.Popen(176 self.proc_handle = subprocess.Popen(command, env=env, shell=False)180 output = self.proc_handle.communicate(timeout=timeout)[0]185 return self.proc_handle.returncode, output188 return self.proc_handle.pid191 self.proc_handle.terminate()192 self.proc_handle.wait()
309 ScopedPlatformHandle proc_handle(::OpenProcess( in TEST() local311 ASSERT_TRUE(proc_handle); in TEST()312 ASSERT_TRUE(::TerminateProcess(*proc_handle, DBG_CONTROL_BREAK)); in TEST()
429 base::ScopedPlatformHandle proc_handle( in CtrlCHandler() local431 ::TerminateProcess(*proc_handle, STATUS_CONTROL_C_EXIT); in CtrlCHandler()