- compareAndSet
bool compareAndSet(T stuff, V1 testVal, V2 newVal)
Undocumented in source. Be warned that the author may not have intended to support it.
- decrement
T decrement(T stuff, U delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAndAdd
T getAndAdd(T stuff, U delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAndBitwiseOr
T getAndBitwiseOr(T stuff, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAndDecrement
T getAndDecrement(T stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAndIncrement
T getAndIncrement(T stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAndSet
T getAndSet(T stuff, U newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- increment
T increment(T stuff, U delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
T load(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- store
void store(T stuff, T newVal)
Undocumented in source. Be warned that the author may not have intended to support it.