class Concurrent::Synchronization::Condition

def ns_signal

def ns_signal
  synchronize { super }
end