Searched defs:ThreadLockInfo (Results 1 – 1 of 1) sorted by relevance
42 struct ThreadLockInfo { struct43 std::mutex mutex;44 std::condition_variable condition;45 int32_t count = 0;