OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedPause
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
147
GarbageCollector::
ScopedPause
::
ScopedPause
(GarbageCollector* collector)
152
GarbageCollector::
ScopedPause
::~
ScopedPause
() {
garbage_collector.h
110
class SCOPED_LOCKABLE
ScopedPause
{
112
explicit
ScopedPause
(GarbageCollector* collector) EXCLUSIVE_LOCK_FUNCTION(Locks::mutator_lock_);
113
~
ScopedPause
() UNLOCK_FUNCTION();
Completed in 893 milliseconds