Searched defs:IncrementOp (Results 1 – 1 of 1) sorted by relevance
187 struct IncrementOp { struct188 static int AtomicOp(int* i) { return AtomicOps::Increment(i); } in AtomicOp()