Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h38 class FunctionClosure : public Closure {
40 explicit FunctionClosure(std::function<void(Thread*)>&& f) : func_(std::move(f)) {} in FunctionClosure() function
Ddebugger.cc346 FunctionClosure fc([&](Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in DdmSetThreadNotification()
/art/openjdkjvmti/
Dalloc_manager.cc201 art::FunctionClosure fc([&](art::Thread* thr ATTRIBUTE_UNUSED) { in PauseAllocations()
Dti_stack.cc1097 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_) { in NotifyFramePop()
1369 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in PopFrame()
1418 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in ForceEarlyReturn()