Searched refs:CommandWaitInfo (Results 1 – 1 of 1) sorted by relevance
48 struct CommandWaitInfo { struct57 static std::unordered_map<uint64_t, std::unique_ptr<CommandWaitInfo> > argument60 static CommandWaitInfo* allocWait(uint64_t id) { in allocWait()62 std::unique_ptr<CommandWaitInfo>& res = in allocWait()64 res.reset(new CommandWaitInfo); in allocWait()117 CommandWaitInfo* wait_info = elt->get(); in goldfish_sync_receive_hostcmd_result()137 CommandWaitInfo* waitInfo = allocWait(hostcmd_handle); in sendCommandAndGetResult()