Index
Modules:
arc
.
API symbols
atomicDecRef:
arc: proc atomicDecRef(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): int
atomicIncRef:
arc: proc atomicIncRef(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): int
atomicRC:
arc: proc atomicRC(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): int
arc: proc atomicRC(p: ref; n: int; order: AtomMemModel = ATOMIC_SEQ_CST)
isIsolated:
arc: template isIsolated(p: ref; order: AtomMemModel = ATOMIC_SEQ_CST): bool