Searched refs:ProcessHandle (Results 1 – 4 of 4) sorted by relevance
22 auto ProcessHandle = EPC.loadDylib(nullptr); in createJITLoaderGDBRegistrar() local23 if (!ProcessHandle) in createJITLoaderGDBRegistrar()24 return ProcessHandle.takeError(); in createJITLoaderGDBRegistrar()34 auto Result = EPC.lookupSymbols({{*ProcessHandle, RegistrationSymbols}}); in createJITLoaderGDBRegistrar()
27 auto ProcessHandle = EPC.loadDylib(nullptr); in Create() local28 if (!ProcessHandle) in Create()29 return ProcessHandle.takeError(); in Create()43 auto Result = EPC.lookupSymbols({{*ProcessHandle, RegistrationSymbols}}); in Create()
495 zx_handle_t ProcessHandle = ZX_HANDLE_INVALID; in ExecuteCommand() local499 SpawnActions.data(), &ProcessHandle, ErrorMsg); in ExecuteCommand()506 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()509 if ((rc = _zx_object_wait_one(ProcessHandle, ZX_PROCESS_TERMINATED, in ExecuteCommand()517 if ((rc = _zx_object_get_info(ProcessHandle, ZX_INFO_PROCESS, &Info, in ExecuteCommand()
160 struct ProcessHandle : CommonHandle {}; struct167 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;