Searched defs:pool (Results 1 – 11 of 11) sorted by relevance
| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_thread_pool_test.cpp | 67 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/ |
| D | thread_pool_benchmark_test.cpp | 66 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/ |
| D | pool.rs | 26 pool: Arc<Mutex<HashMap<K, V>>>, field 87 let pool = Pool::new(); in ut_pool_get() localVariable
|
| D | mod.rs | 25 pub(crate) mod pool; module
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | mod.rs | 32 mod pool; module
|
| D | pool.rs | 27 pool: Pool<PoolKey, Conns<S>>, field
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
| D | mod.rs | 44 pub(crate) mod pool; module
|
| D | pool.rs | 50 pool: Pool<PoolKey, Conns<S>>, field
|
| /commonlibrary/ets_utils/js_api_module/fastbuffer/src/ |
| D | js_fastbuffer.ts | 216 let pool: FastBuffer; variable
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_buffer.cpp | 49 void Buffer::Init(Buffer *pool, unsigned int poolOffset, unsigned int length) in Init()
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 268 let pool: Buffer; variable
|