Home
last modified time | relevance | path

Searched refs:MAX_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp33 const size_t MAX_POOL_SIZE = 64; variable
376 for (size_t i = 0; i < MAX_POOL_SIZE; ++i) {
418 for (size_t i = 0; i < MAX_POOL_SIZE; ++i) {
442 for (size_t i = 0; i < MAX_POOL_SIZE; ++i) {
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DDataFetcher.java74 private static final int MAX_POOL_SIZE = 1000; field in DataFetcher
367 ThreadPoolExecutor exec = new ThreadPoolExecutor(CORE_POOL_SIZE, MAX_POOL_SIZE, in main()