Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/gc/
Dgc.h444 return gc_running_.load(); in IsGCRunning()
776 std::atomic_bool gc_running_ = false; variable
Dgc.cpp377 gc_running_.store(false); in JoinWorker()
393 gc_running_.store(true); in CreateWorker()