Searched defs:PTW32_INTERLOCKED_EXCHANGE_ADD_LONG (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h853 # define PTW32_INTERLOCKED_EXCHANGE_ADD_LONG(location, value) \ macro
911 # define PTW32_INTERLOCKED_EXCHANGE_ADD_LONG(p,v) InterlockedExchangeAdd((p),(v)) macro
932 # define PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE(p,v) PTW32_INTERLOCKED_EXCHANGE_ADD_LONG((p),(v))

Completed in 82 milliseconds