Searched defs:GetAllStackTracesVectorClosure (Results 1 – 1 of 1) sorted by relevance
325 struct GetAllStackTracesVectorClosure : public art::Closure { struct326 GetAllStackTracesVectorClosure(size_t stop, Data* data_) in GetAllStackTracesVectorClosure() function329 void Run(art::Thread* thread) override in Run()337 void Work(art::Thread* thread, art::Thread* self) in Work()358 art::Barrier barrier;359 const size_t stop_input;360 Data* data;