Searched defs:GetFrameCountClosure (Results 1 – 1 of 1) sorted by relevance
697 struct GetFrameCountClosure : public art::Closure { struct699 GetFrameCountClosure() : count(0) {} in GetFrameCountClosure() function701 void Run(art::Thread* self) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in Run()717 size_t count;