PTW32_INTERLOCKED_EXCHANGE_64 782 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_64(location, value) \ PTW32_INTERLOCKED_EXCHANGE_64 899 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_64(p,v) InterlockedExchange64(PTW32_TO_VLONG64PTR(p),(v))