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