Home
last modified time | relevance | path

Searched defs:ParentImpl (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/vkscserver/
DvksIPC.cpp104 struct ParentImpl struct
106 Store fileStore;
107 int m_portOffset;
108 std::thread listenerLoop;
109 std::atomic<bool> appActive{true};
111 void ParentLoop () in ParentLoop()
134 ParentImpl (const int portOffset) in ParentImpl() function
136 , listenerLoop {[this](){ParentLoop();}} in __anon63fe74a90302()
140 ~ParentImpl () in ~ParentImpl()
169 std::future<void> CreateClientThread (ChildConnection client) in CreateClientThread()