Reports calls to
java.util.concurrent.locks.Condition.signal()
. While occasionally useful, in almost all cases
signalAll()
is a better and safer choice.