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