xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::interlocked Member List

This is the complete list of members for xtd::native::interlocked, including all inherited members.

add(int32_t &location, int32_t value)xtd::native::interlockedprotectedstatic
add(int64_t &location, int64_t value)xtd::native::interlockedprotectedstatic
compare_exchange(int32_t &location, int32_t value, int32_t comparand)xtd::native::interlockedprotectedstatic
compare_exchange(int64_t &location, int64_t value, int64_t comparand)xtd::native::interlockedprotectedstatic
compare_exchange(__slong__ &location, __slong__ value, __slong__ comparand)xtd::native::interlockedprotectedstatic
compare_exchange(void *&location, void *value, void *comparand)xtd::native::interlockedprotectedstatic
decrement(int32_t &location)xtd::native::interlockedprotectedstatic
decrement(int64_t &location)xtd::native::interlockedprotectedstatic
exchange(int32_t &location, int32_t value)xtd::native::interlockedprotectedstatic
exchange(int64_t &location, int64_t value)xtd::native::interlockedprotectedstatic
exchange(__slong__ &location, __slong__ value)xtd::native::interlockedprotectedstatic
exchange(void *&location, void *value)xtd::native::interlockedprotectedstatic
increment(int32_t &location)xtd::native::interlockedprotectedstatic
increment(int64_t &location)xtd::native::interlockedprotectedstatic