Searched defs:ThreadLockInfo (Results 1 – 4 of 4) sorted by relevance
45 struct ThreadLockInfo { struct50 ThreadLockInfo connectLockInfo_; argument
95 struct ThreadLockInfo { struct96 std::mutex mutex;97 std::string networkId;98 std::condition_variable condition;99 bool ready = false;
82 struct ThreadLockInfo { struct in OHOS::NAPIRemoteObject83 std::mutex mutex;84 std::condition_variable condition;85 bool ready = false;
59 } ThreadLockInfo; typedef