Searched defs:SocketThreadLockInfo (Results 1 – 2 of 2) sorted by relevance
48 struct SocketThreadLockInfo { struct49 std::mutex mutex;50 std::condition_variable condition;51 bool ready = false;
66 } SocketThreadLockInfo; typedef