Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.h99 std::array<std::atomic_int, SHARED_SWEEPING_SPACE_NUM> remainingTaskNum_ = {0, 0}; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.h116 std::array<std::atomic_int, FREE_LIST_NUM> remainingTaskNum_ = {0, 0, 0}; variable