This is the complete list of members for xtd::native::interlocked, including all inherited members.
| add(int32_t &location, int32_t value) | xtd::native::interlocked | protectedstatic |
| add(int64_t &location, int64_t value) | xtd::native::interlocked | protectedstatic |
| compare_exchange(int32_t &location, int32_t value, int32_t comparand) | xtd::native::interlocked | protectedstatic |
| compare_exchange(int64_t &location, int64_t value, int64_t comparand) | xtd::native::interlocked | protectedstatic |
| compare_exchange(__slong__ &location, __slong__ value, __slong__ comparand) | xtd::native::interlocked | protectedstatic |
| compare_exchange(void *&location, void *value, void *comparand) | xtd::native::interlocked | protectedstatic |
| decrement(int32_t &location) | xtd::native::interlocked | protectedstatic |
| decrement(int64_t &location) | xtd::native::interlocked | protectedstatic |
| exchange(int32_t &location, int32_t value) | xtd::native::interlocked | protectedstatic |
| exchange(int64_t &location, int64_t value) | xtd::native::interlocked | protectedstatic |
| exchange(__slong__ &location, __slong__ value) | xtd::native::interlocked | protectedstatic |
| exchange(void *&location, void *value) | xtd::native::interlocked | protectedstatic |
| increment(int32_t &location) | xtd::native::interlocked | protectedstatic |
| increment(int64_t &location) | xtd::native::interlocked | protectedstatic |