Searched defs:GetAllStackTracesVectorClosure (Results 1 – 1 of 1) sorted by relevance
323 struct GetAllStackTracesVectorClosure : public art::Closure { struct324 GetAllStackTracesVectorClosure(size_t stop, Data* data_) in GetAllStackTracesVectorClosure() function327 void Run(art::Thread* thread) override in Run()335 void Work(art::Thread* thread, art::Thread* self) in Work()356 art::Barrier barrier;357 const size_t stop_input;358 Data* data;