Blocks :
|
|
Relates :
|
|
Relates :
|
SymbolTable::increment_refcount() should check for and disallow incrementing the refcount to observe a zero value. This can happen if another thread is decrementing the refcount while we are incrementing it. If the other thread decrements the refcount to zero, we cannot return this symbol. This is only possible during insertion into the concurrent hashtable.
|