Home
last modified time | relevance | path

Searched defs:limitIsReached (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_ExclusiveLauncher.cpp37 Coroutine *TryCreateEACoroutine(PandaEtsVM *etsVM, bool needInterop, bool &limitIsReached, bool &js… in TryCreateEACoroutine()
116 auto limitIsReached = false; in ExclusiveLaunch() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp1004 bool limitIsReached = GetActiveWorkersCount() - commonWorkersCount_ >= exclusiveWorkersLimit_; in IsExclusiveWorkersLimitReached() local