Home
last modified time | relevance | path

Searched refs:InnerLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs35 inner: Arc<InnerLock<T>>,
39 inner: Arc<InnerLock<T>>,
42 struct InnerLock<T> { struct
56 let inner = Arc::new(InnerLock { in split() argument
123 impl<T> InnerLock<T> { impl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp121 auto result = InnerLock(FLAG::SYSTEM_ABILITY); in Lock()
142 std::pair<GeneralError, uint32_t> RdbCloud::InnerLock(FLAG flag) in InnerLock() function in OHOS::DistributedRdb::RdbCloud
162 return InnerLock(flag); in LockCloudDB()
H A Drdb_cloud.h80 std::pair<GeneralError, uint32_t> InnerLock(FLAG flag);