Procs
proc atomicDecRef(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): int
- returns the old value Source Edit
proc atomicIncRef(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): int
- returns the old value Source Edit
Templates
template isIsolated(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): bool
- true if the ref is the sole owner Source Edit