Home
last modified time | relevance | path

Searched refs:maxSize (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dthread_pool.h77 * @param maxSize Indicates the maximum number of tasks to set.
79 void SetMaxTaskNum(size_t maxSize) { maxTaskNum_ = maxSize; } in SetMaxTaskNum() argument
/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp425 size_t maxSize = 0; in ZeroCompression() local
438 if (maxSize < size) { in ZeroCompression()
439 maxSize = size; in ZeroCompression()
452 i += maxSize - 1; in ZeroCompression()

Completed in 4 milliseconds