= private = protected
broadcast()
Wakes up all threads waiting for this lock.
# File lib/monitor.rb, line 146 def broadcast @monitor.__send__(:mon_check_owner) @cond.broadcast end