Home
last modified time | relevance | path

Searched defs:AtomicOp (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dcriticalsection_unittest.cc92 static int AtomicOp(int* i) { return AtomicOps::Increment(i); } in AtomicOp() function
96 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); } in AtomicOp() function
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2270 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, in lowerATOMIC_LOAD_OP() local
2361 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAPW, DL, in lowerATOMIC_CMP_SWAP() local
/external/clang/include/clang/AST/
DExpr.h4737 enum AtomicOp { enum