acquire

open override fun acquire(): Int

Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.

Return

The new reference count.

Throws

if refs already is 0.