Home | History | Annotate | Download | only in src

Lines Matching full:interlockedexchangeadd

103 // The Win32 API function InterlockedExchangeAdd is not available on Windows 95.
106 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__dst, __val)
108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val)