Home
last modified time | relevance | path

Searched refs:ChildConnection (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksIPC.cpp35 struct ChildConnection struct
45 ChildConnection client;
49 static void SendResponse (ChildConnection& c, T& data) in SendResponse()
54 void ProcessPacketsOnServer (ChildConnection& c, u32 type, vector<u8> packet) in ProcessPacketsOnServer()
127 ChildConnection client{ ++id, std::unique_ptr<de::Socket>(listener.accept()), appActive, vector<u8>{} }; in ParentLoop()
169 std::future<void> CreateClientThread (ChildConnection client) in CreateClientThread()

Completed in 1 milliseconds