Searched defs:ScopedPause (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc157 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector) function in class:art::gc::collector::GarbageCollector::ScopedPause
162 GarbageCollector::ScopedPause::~ScopedPause() {
H A Dgarbage_collector.h127 class SCOPED_LOCKABLE ScopedPause { class in class:art::gc::collector::GarbageCollector
129 explicit ScopedPause(GarbageCollector* collector) EXCLUSIVE_LOCK_FUNCTION(Locks::mutator_lock_);
130 ~ScopedPause() UNLOCK_FUNCTION();

Completed in 130 milliseconds