Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_worker.cpp44 void GCWorker::GCThreadLoop(GCWorker *gcWorker) in GCThreadLoop() function in panda::mem::GCWorker
73 gcInternalThread_ = allocator->New<std::thread>(GCWorker::GCThreadLoop, this); in CreateAndStartWorker()
Dgc_worker.h73 static void GCThreadLoop(GCWorker *gcWorker);