Searched defs:ThreadLockInfo (Results 1 – 1 of 1) sorted by relevance
29 struct ThreadLockInfo { struct30 std::mutex mutex;31 std::condition_variable condition;32 int32_t count = 0;