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