Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 4 of 4) 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
120 ThreadPool pool; variable
148 ThreadPool pool; variable
198 ThreadPool pool; variable
233 ThreadPool pool; variable
/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.ts254 let pool: Buffer; variable