lockingSourceCount property

int lockingSourceCount
getter/setter pair

Sources currently reading this entry before a write or delete can proceed. When decrementing this to zero, the entry must be removed if it is a zombie.

Implementation

int lockingSourceCount = 0;