atomicRefCountInit
fn
void atomicRefCountInit(ref int arc)Initializes a reference count variable to 1.
Parameters
arc | the address of an atomic reference count variable |
void atomicRefCountInit(ref int arc)Initializes a reference count variable to 1.
arc | the address of an atomic reference count variable |