/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 23 pub(crate) struct Pool<K, V> { struct 27 impl<K, V> Pool<K, V> { impl 35 impl<K: Eq + Hash, V: Clone> Pool<K, V> { impl 61 use crate::pool::{Pool, PoolKey}; 78 let pool = Pool::new(); in ut_pool_get()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | pool.rs | 24 use crate::util::pool::{Pool, PoolKey}; 27 pool: Pool<PoolKey, Conns<S>>, 34 pool: Pool::new(), in new()
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | Readme-EN.md | 9 - [SoundPool (Sound Pool)](js-apis-inner-multimedia-soundPool.md) 11 - [SoundPool (Sound Pool) (System API)](js-apis-inner-multimedia-soundPool-sys.md)
|
H A D | js-apis-inner-multimedia-soundPool-sys.md | 1 # SoundPool (Sound Pool) (System API) 10 …d by the module. For details about its public APIs, see [SoundPool (Sound Pool)](js-apis-inner-mul…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | pool_test.cpp | 42 static Pool<PoolTest::Node> pool_; 44 Pool<PoolTest::Node> PoolTest::pool_ = Pool<PoolTest::Node>(CAPABILITY_TEST, MIN_TEST);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | pool.h | 24 class Pool { 26 Pool(uint32_t capability, uint32_t min) : capability_(capability), min_(min) {} in Pool() function
|
H A D | executor_pool.h | 217 Pool<Executor> pool_;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | pool.h | 22 class Pool { 24 Pool(uint32_t capability, uint32_t min) : capability_(capability), min_(min) {} in Pool() function
|
H A D | executor_pool.h | 213 Pool<Executor> pool_;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 29 use crate::util::pool::{Pool, PoolKey}; 32 pool: Pool<PoolKey, Conns<S>>, 40 pool: Pool::new(), in new()
|
/ohos5.0/build/toolchain/ |
H A D | BUILD.gn | 8 # Pool for non goma tasks.
|
/ohos5.0/commonlibrary/rust/ylong_http/ |
H A D | README_zh.md | 50 - `Pool`:通用连接池实现,支持多个同步或异步连接的管理,便于上层同步或异步客户端复用已有连接,减少连接重复创建次数,提高性能。
|
H A D | README.md | 54 - `Pool`: Universal connection pool implementation, supports the management of multiple synchronous…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/scripts/ |
H A D | run.py | 96 with multiprocessing.Pool(processes=64) as pool:
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | Readme-EN.md | 11 - [@ohos.taskpool (Using the Task Pool)](js-apis-taskpool.md)
|
H A D | js-apis-taskpool.md | 1 # @ohos.taskpool (Starting the Task Pool) 2261 ### Using the Task Pool in Simple Mode
|
/ohos5.0/commonlibrary/c_utils/ |
H A D | README.md | 65 ### [Thread Pool](https://gitee.com/openharmony/commonlibrary_c_utils/blob/master/docs/en/c_utils_t…
|
/ohos5.0/commonlibrary/c_utils/docs/en/ |
H A D | c_utils_thread_pool.md | 1 # Thread Pool
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-trace-other-faqs.md | 22 ## Checking Memory Pool Integrity
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.18/ |
H A D | changelogs-commonlibrary.md | 3 ## cl.commonlibrary.1 Behavior for the Task Pool to Transfer Sendable Data Is Changed
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 41 - USB Interface Pool负责USB Interface管理。提供USB Interface接口对象的申请和回收,USB Interface接口对象用来记录设备端口信息以及资源。USB… 43 …译和解析”,同时负责设备描述符的管理,根据USB Device上报的枚举信息,匹配对应的描述符;构建对应的USB Interface接口对象,并将其加入到USB Interface Pool中管理。
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Log-guide.md | 123 ### Key Object/Object Pool Logs
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 41 - The USB Interface Pool module manages USB interfaces. It applies for and reclaims USB interface o… 43 …he corresponding USB interface objects and adds them to the USB Interface Pool module for manageme…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 398 | **Operation Code** | **Value**| **Command Parameters** | **Constant Pool Parameters** | **Par…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 413 1. [@ohos.taskpool (Using the Task Pool)](../reference/apis-arkts/js-apis-taskpool.md)
|