Function t8_refcount_init(t8_refcount_t *)
Defined in File t8_refcount.h
Function Documentation
-
void t8_refcount_init(t8_refcount_t *rc)
Initialize a reference counter to 1. It is legal if its status prior to this call is undefined.
- Parameters:
rc – [out] The reference counter is set to one by this call.