Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_thread_pool_test.cpp67 ThreadPool pool; variable
76 ThreadPool pool("test_02_pool"); variable
85 ThreadPool pool("test_02_pool"); variable
95 ThreadPool pool; variable
122 ThreadPool pool; variable
150 ThreadPool pool; variable
200 ThreadPool pool; variable
235 ThreadPool pool; variable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dpool.rs24 pool: Arc<Mutex<HashMap<K, V>>>, field
78 let pool = Pool::new(); in ut_pool_get() localVariable
Dmod.rs42 pub(crate) mod pool; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dmod.rs32 mod pool; module
Dpool.rs26 pool: Pool<PoolKey, Conns<S>>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dmod.rs31 mod pool; module
Dpool.rs26 pool: Pool<PoolKey, Conns<S>>, field
/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp53 void Buffer::Init(Buffer *pool, unsigned int poolOffset, unsigned int length) in Init()
Dnative_module_buffer.cpp311 Buffer *pool = nullptr; in BufferConstructor() local
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts261 let pool: Buffer; variable