Home
last modified time | relevance | path

Searched refs:EmptyClosure (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime.cc2844 class EmptyClosure : public Closure { in NotifyStartupCompleted() class
2846 explicit EmptyClosure(Barrier* barrier) : barrier_(barrier) {} in NotifyStartupCompleted() function in art::Runtime::NotifyStartupCompleted::EmptyClosure
2855 EmptyClosure closure(&barrier); in NotifyStartupCompleted()