Searched defs:GetFrameCountClosure (Results 1 – 1 of 1) sorted by relevance
673 struct GetFrameCountClosure : public art::Closure { struct675 GetFrameCountClosure() : count(0) {} in GetFrameCountClosure() argument677 void Run(art::Thread* self) OVERRIDE REQUIRES_SHARED(art::Locks::mutator_lock_) { in Run()684 size_t count;