Home
last modified time | relevance | path

Searched refs:gcThreadNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dgc-introduction.md85 | gcThreadNum | 7 | gc线程数量,默认为7,可通过`gc-thread-num`参数自行设定该参数值 |
89 注:该线程池主要用于执行GC流程中的并发任务,实际线程池初始化综合参考gcThreadNum以及线程上下限,gcThreadNum为负值时初始化线程池线程数 = CPU核心数/2
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp131 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in CreateJsEnv() local
136 pandaOption.SetGcThreadNum(gcThreadNum); in CreateJsEnv()
H A Djs_runtime.cpp805 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in CreateJsEnv() local
810 pandaOption.SetGcThreadNum(gcThreadNum); in CreateJsEnv()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md84 | gcThreadNum | 7 | Number of GC threads. The default value is 7. You can set this parameter using …
88 …l initialization, all the three parameters need to be considered. If **gcThreadNum** is a negative…
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1697 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in SetAttribute() local
1706 option.SetGcThreadNum(gcThreadNum); in SetAttribute()