Searched defs:GetAllStackTracesVectorClosure (Results 1 – 1 of 1) sorted by relevance
308 struct GetAllStackTracesVectorClosure : public art::Closure { struct309 GetAllStackTracesVectorClosure(size_t stop, Data* data_) in GetAllStackTracesVectorClosure() function312 void Run(art::Thread* thread) override in Run()320 void Work(art::Thread* thread, art::Thread* self) in Work()341 art::Barrier barrier;342 const size_t stop_input;343 Data* data;