Searched refs:concurrent_gc_pending_ (Results 1 – 2 of 2) sorted by relevance
1302 Atomic<bool> concurrent_gc_pending_; variable
3700 concurrent_gc_pending_.StoreRelaxed(false); in ClearConcurrentGCRequest()3705 concurrent_gc_pending_.CompareExchangeStrongSequentiallyConsistent(false, true)) { in RequestConcurrentGC()3861 return concurrent_gc_pending_.LoadRelaxed(); in IsGCRequestPending()