__exchange
In this section:
Syntax
unsigned long __exchange(unsigned long*src,unsigned long *dst);
Description
Inserts an atomic XCHG instruction.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.