Home
last modified time | relevance | path

Searched defs:Container (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h82 struct Container { struct
86 bool disable_ = true;
87 int max_ = 0;
88 int total_ = 0;
89 int count_ = 0;
90 int trans_ = 0;
91 int32_t left_ = 0;
92 int32_t right_ = 0;
93 std::chrono::seconds timeout_;
96 std::mutex mutex_;
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-container.md1 # Container chapter
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs22 pub(crate) trait Container { interface