Searched defs:Exchange (Results 1 – 5 of 5) sorted by relevance
30 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer()
230 TEST(AtomicOpsTest, Exchange) { in TEST() argument
178 func (c *Config) Exchange(ctx context.Context, code string) (*Token, error) { func
235 #define InterlockedCompareExchange(Dest, Exchange, Comparand) __sync_val_compare_and_swap(Dest, Com… argument
1924 llvm::Value *Exchange = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local