Searched refs:concurrent_gc_pending_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.h1171 Atomic<bool> concurrent_gc_pending_; member in class:art::gc::Heap
H A Dheap.cc3420 concurrent_gc_pending_.StoreRelaxed(false);
3425 concurrent_gc_pending_.CompareExchangeStrongSequentiallyConsistent(false, true)) {
3580 return concurrent_gc_pending_.LoadRelaxed();

Completed in 43 milliseconds