= private = protected
signal()
Wakes up the first thread in line waiting for this lock.
static VALUE rb_condvar_signal(VALUE self) { wakeup_first_thread(GET_CONDVAR_WAITERS(self)); return self; }