mon_locked?()
Returns true if this monitor is locked by any thread
# File lib/monitor.rb, line 211 def mon_locked? @mon_mutex.locked? end