Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_resources.h53 void SetGcStarted(bool val) { isGcStarted_.store(val, std::memory_order_relaxed); } in SetGcStarted() function
Dmarking_collector.h218 void SetGcStarted(bool val) { collectorResources_.SetGcStarted(val); } in SetGcStarted() function