Searched defs:AtomicValue (Results 1 – 1 of 1) sorted by relevance
22 AtomicValue() : value_(0) {} in AtomicValue() function24 explicit AtomicValue(T initial) in AtomicValue() function