= private = protected
broadcast()
Wakes up all threads waiting for this lock.
static VALUE rb_condvar_broadcast(VALUE self) { struct rb_condvar *cv = condvar_ptr(self); wakeup_all(&cv->waitq); return self; }