- atomicCas
bool atomicCas(T ifThis, T equalsThis, T setItToThis)
Undocumented in source. Be warned that the author may not have intended to support it.
- atomicLoad
T atomicLoad(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- atomicStore
void atomicStore(T intoThis, T storeThis)
Undocumented in source. Be warned that the author may not have intended to support it.