= private = protected
locked?()
Returns true if this lock is currently held by some thread.
# File lib/thread.rb, line 70 def locked? @locked end