Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksIPC.cpp109 std::atomic<bool> appActive{true};
124 while (appActive) in ParentLoop()
127 ChildConnection client{ ++id, std::unique_ptr<de::Socket>(listener.accept()), appActive, vector<u8>{} }; in ParentLoop() local
131 catch (const std::exception&) { appActive = false; } in ParentLoop()
142 appActive = false; in ~ParentImpl()
H A Dserver.cpp110 std::atomic<bool> appActive{true}; in main()
125 while (appActive) in main()
128 Client client{ ++id, std::unique_ptr<de::Socket>(listener.accept()), appActive, vector<u8>{}, in main() local
141 catch (const std::exception& e) { Log(e.what()); appActive = false; } in main()

Completed in 2 milliseconds