PTW32_INTERLOCKED_EXCHANGE_LONG  842 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_LONG(location, value)                  \
PTW32_INTERLOCKED_EXCHANGE_LONG  910 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_LONG(p,v) InterlockedExchange((p),(v))