Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 11 of 11) 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/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
Dthread_pool_benchmark_test.cpp66 ThreadPool pool; in BENCHMARK_F() local
85 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local
105 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local
127 ThreadPool pool; in BENCHMARK_F() local
158 static void AddPoolTaskByForLoop(ThreadPool& pool, const int loopIterations, void(*p)(int&)) in AddPoolTaskByForLoop()
178 ThreadPool pool; in BENCHMARK_F() local
214 ThreadPool pool; in BENCHMARK_F() local
270 ThreadPool pool; in BENCHMARK_F() local
316 ThreadPool pool; in BENCHMARK_F() local
382 ThreadPool pool(poolName); in BENCHMARK_F() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dpool.rs26 pool: Arc<Mutex<HashMap<K, V>>>, field
87 let pool = Pool::new(); in ut_pool_get() localVariable
Dmod.rs25 pub(crate) mod pool; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dmod.rs32 mod pool; module
Dpool.rs27 pool: Pool<PoolKey, Conns<S>>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dmod.rs44 pub(crate) mod pool; module
Dpool.rs50 pool: Pool<PoolKey, Conns<S>>, field
/commonlibrary/ets_utils/js_api_module/fastbuffer/src/
Djs_fastbuffer.ts216 let pool: FastBuffer; variable
/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp49 void Buffer::Init(Buffer *pool, unsigned int poolOffset, unsigned int length) in Init()
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts268 let pool: Buffer; variable