method

raw_state

rails latest stable - Class: ActiveSupport::Concurrency::ShareLock
raw_state()
public

We track Thread objects, instead of just using counters, because we need exclusive locks to be reentrant, and we need to be able to upgrade share locks to exclusive.