PTW32_INTERLOCKED_EXCHANGE_ADD_LONG  853 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_ADD_LONG(location, value)              \
PTW32_INTERLOCKED_EXCHANGE_ADD_LONG  911 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h # define PTW32_INTERLOCKED_EXCHANGE_ADD_LONG(p,v) InterlockedExchangeAdd((p),(v))