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