Searched refs:EmptyClosure (Results 1 – 1 of 1) sorted by relevance
2844 class EmptyClosure : public Closure { in NotifyStartupCompleted() class2846 explicit EmptyClosure(Barrier* barrier) : barrier_(barrier) {} in NotifyStartupCompleted() function in art::Runtime::NotifyStartupCompleted::EmptyClosure2855 EmptyClosure closure(&barrier); in NotifyStartupCompleted()