Searched refs:GCThreadLoop (Results 1 – 2 of 2) sorted by relevance
44 void GCWorker::GCThreadLoop(GCWorker *gcWorker) in GCThreadLoop() function in panda::mem::GCWorker73 gcInternalThread_ = allocator->New<std::thread>(GCWorker::GCThreadLoop, this); in CreateAndStartWorker()
73 static void GCThreadLoop(GCWorker *gcWorker);